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, getVariantType
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedVariantTypeException(long variantType, Object value)
Constructor.
variantType
- The unsupported variant typevalue
- The value who's variant type is not yet supportedCopyright © 2014 Open Microscopy Environment