java.io.Serializable
public 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
|
getReason
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
getValue, getVariantType
public 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.