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, getVariantType
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2020. All rights reserved.