Class MissingEncodingAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ubic.gemma.core.loader.util.anndata.AnnDataException
-
- ubic.gemma.core.loader.util.anndata.MissingEncodingAttributeException
-
- All Implemented Interfaces:
Serializable
public class MissingEncodingAttributeException extends AnnDataException
Exception raised when a HDF5 file/group/dataset is lacking aencoding-type
and/orencoding-version
attribute.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingEncodingAttributeException(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
-
MissingEncodingAttributeException
public MissingEncodingAttributeException(String message)
-
-