Package org.apache.poi.hpsf
Class ReadingNotSupportedException
- 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
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description 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
-
-