|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.poi.hpsf.HPSFException
org.apache.poi.hpsf.VariantTypeException
org.apache.poi.hpsf.IllegalVariantTypeException
This exception is thrown if HPSF encounters a variant type that is illegal in the current context.
Constructor Summary | |
IllegalVariantTypeException(long variantType,
java.lang.Object value)
Constructor |
|
IllegalVariantTypeException(long variantType,
java.lang.Object value,
java.lang.String msg)
Constructor |
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 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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 value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |