Package org.apache.poi.hpsf
Class WritingNotSupportedException
- 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.WritingNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class WritingNotSupportedException extends UnsupportedVariantTypeException
This exception is thrown when trying to write a (yet) unsupported variant type.
-
-
Constructor Summary
Constructors Constructor Description WritingNotSupportedException(long variantType, 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WritingNotSupportedException
public WritingNotSupportedException(long variantType, Object value)
Constructor
- Parameters:
variantType
- The unsupported variant type.value
- The value.
-
-