IllegalVariantTypeExceptionpublic class IllegalVariantTypeException extends VariantTypeException This exception is thrown if HPSF encounters a variant type that is illegal
in the current context. |
Constructors Summary |
---|
public IllegalVariantTypeException(long variantType, Object value, String msg)Constructor
super(variantType, value, msg);
| public IllegalVariantTypeException(long variantType, Object value)Constructor
this(variantType, value, "The variant type " + variantType + " (" +
Variant.getVariantName(variantType) + ", " +
HexDump.toHex(variantType) + ") is illegal in this context.");
|
|