Package ubic.gemma.core.loader.util.hdf5
Class H5Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ubic.gemma.core.loader.util.hdf5.H5Exception
-
- All Implemented Interfaces:
Serializable
public class H5Exception extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description H5Exception(hdf.hdf5lib.exceptions.HDF5Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hdf.hdf5lib.exceptions.HDF5Exception
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-