|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.poi.hpsf.HPSFException org.apache.poi.hpsf.VariantTypeException org.apache.poi.hpsf.UnsupportedVariantTypeException org.apache.poi.hpsf.ReadingNotSupportedException
public class ReadingNotSupportedException
This exception is thrown when HPSF tries to read a (yet) unsupported variant type.
WritingNotSupportedException
,
UnsupportedVariantTypeException
,
Serialized FormConstructor Summary | |
---|---|
ReadingNotSupportedException(long variantType,
java.lang.Object value)
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 |
---|
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 ReadingNotSupportedException(long variantType, java.lang.Object value)
Constructor
variantType
- The unsupported variant type.value
- The value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |