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
public class IllegalVariantTypeException extends VariantTypeException
This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalVariantTypeException(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 Detail
-
IllegalVariantTypeException
public IllegalVariantTypeException(long variantType, Object value, String msg)
Constructor
- Parameters:
variantType
- The unsupported variant typevalue
- The valuemsg
- A message string
-
IllegalVariantTypeException
public IllegalVariantTypeException(long variantType, Object value)
Constructor
- Parameters:
variantType
- The unsupported variant typevalue
- The value
-
-