Package org.apache.poi.hpsf
Class IllegalVariantTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.poi.hpsf.HPSFException
org.apache.poi.hpsf.VariantTypeException
org.apache.poi.hpsf.IllegalVariantTypeException
- All Implemented Interfaces:
Serializable
This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalVariantTypeException
(long variantType, Object value) ConstructorIllegalVariantTypeException
(long variantType, Object value, String msg) Constructor -
Method Summary
Methods inherited from class org.apache.poi.hpsf.VariantTypeException
getValue, getVariantType
Methods inherited from class org.apache.poi.hpsf.HPSFException
getReason
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalVariantTypeException
Constructor
- Parameters:
variantType
- The unsupported variant typevalue
- The valuemsg
- A message string
-
IllegalVariantTypeException
Constructor
- Parameters:
variantType
- The unsupported variant typevalue
- The value
-