Class InvalidEncodingAttributeException
- 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.InvalidEncodingAttributeException
-
- All Implemented Interfaces:
Serializable
public class InvalidEncodingAttributeException extends AnnDataException
Exception raised when anencoding-type
attribute has an unexpected value.- Author:
- poirigui
- See Also:
MissingEncodingAttributeException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEncodingAttributeException(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
-
InvalidEncodingAttributeException
public InvalidEncodingAttributeException(String message)
-
-