Package org.docx4j.org.apache.poi.hpsf
Class ReadingNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.poi.hpsf.HPSFException
org.docx4j.org.apache.poi.hpsf.VariantTypeException
org.docx4j.org.apache.poi.hpsf.UnsupportedVariantTypeException
org.docx4j.org.apache.poi.hpsf.ReadingNotSupportedException
- All Implemented Interfaces:
java.io.Serializable
public class ReadingNotSupportedException extends UnsupportedVariantTypeException
This exception is thrown when HPSF tries to read a (yet) unsupported variant type.
- Author:
- Rainer Klute <klute@rainer-klute.de>
- See Also:
WritingNotSupportedException,UnsupportedVariantTypeException, Serialized Form
-
Constructor Summary
Constructors Constructor Description ReadingNotSupportedException(long variantType, java.lang.Object value)Constructor -
Method Summary
Methods inherited from class org.docx4j.org.apache.poi.hpsf.VariantTypeException
getValue, getVariantTypeMethods inherited from class org.docx4j.org.apache.poi.hpsf.HPSFException
getReasonMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ReadingNotSupportedException
public ReadingNotSupportedException(long variantType, java.lang.Object value)Constructor
- Parameters:
variantType- The unsupported variant type.value- The value.
-