public abstract class UnsupportedVariantTypeException extends VariantTypeException
This exception is thrown if HPSF encounters a variant type that isn't
supported yet. Although a variant type is unsupported the value can still be
retrieved using the VariantTypeException.getValue() method.
Obviously this class should disappear some day.
| Constructor and Description |
|---|
UnsupportedVariantTypeException(long variantType,
Object value)
Constructor.
|
getValue, getVariantTypegetReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedVariantTypeException(long variantType,
Object value)
Constructor.
variantType - The unsupported variant typevalue - The value who's variant type is not yet supportedCopyright © 2015 Open Microscopy Environment