public class IllegalVariantTypeException extends VariantTypeException
This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
| Constructor and Description | 
|---|
| IllegalVariantTypeException(long variantType,
                           Object value)Constructor | 
| IllegalVariantTypeException(long variantType,
                           Object value,
                           String msg)Constructor | 
getValue, getVariantTypegetReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalVariantTypeException(long variantType,
                           Object value,
                           String msg)
Constructor
variantType - The unsupported variant typevalue - The valuemsg - A message stringpublic IllegalVariantTypeException(long variantType,
                           Object value)
Constructor
variantType - The unsupported variant typevalue - The valueCopyright © 2014 Open Microscopy Environment