Package ubic.gemma.core.loader.util.hdf5
Class TruncatedH5FileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ubic.gemma.core.loader.util.hdf5.TruncatedH5FileException
-
- All Implemented Interfaces:
Serializable
public class TruncatedH5FileException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TruncatedH5FileException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TruncatedH5FileException
public TruncatedH5FileException(String message)
-
-