Package org.docx4j.org.apache.poi.hpsf
Class WritingNotSupportedException
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.WritingNotSupportedException
- All Implemented Interfaces:
java.io.Serializable
public class WritingNotSupportedException extends UnsupportedVariantTypeException
This exception is thrown when trying to write a (yet) unsupported variant type.
- Author:
- Rainer Klute <klute@rainer-klute.de>
- See Also:
ReadingNotSupportedException,UnsupportedVariantTypeException, Serialized Form
-
Constructor Summary
Constructors Constructor Description WritingNotSupportedException(long variantType, java.lang.Object value)Constructor -
Method Summary
Methods inherited from class org.docx4j.org.apache.poi.hpsf.VariantTypeException
getValue, getVariantType
-
Constructor Details
-
WritingNotSupportedException
public WritingNotSupportedException(long variantType, java.lang.Object value)Constructor
- Parameters:
variantType- The unsupported variant type.value- The value.
-