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,
java.lang.Object value)
Constructor
|
IllegalVariantTypeException(long variantType,
java.lang.Object value,
java.lang.String msg)
Constructor
|
getValue, getVariantType
getReason
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 2022 The Apache Software Foundation or its licensors, as applicable.