java.io.Serializablepublic class IllegalVariantTypeException extends VariantTypeException
This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
| Constructor | Description |
|---|---|
IllegalVariantTypeException(long variantType,
java.lang.Object value) |
Constructor
|
IllegalVariantTypeException(long variantType,
java.lang.Object value,
java.lang.String msg) |
Constructor
|
getReasonclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringgetValue, getVariantTypepublic IllegalVariantTypeException(long variantType,
java.lang.Object value,
java.lang.String msg)
Constructor
variantType - The unsupported variant typevalue - The valuemsg - A message stringpublic IllegalVariantTypeException(long variantType,
java.lang.Object value)
Constructor
variantType - The unsupported variant typevalue - The valueCopyright 2018 The Apache Software Foundation or its licensors, as applicable.