Package loci.poi.hpsf
Class ReadingNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- loci.poi.hpsf.HPSFException
-
- loci.poi.hpsf.VariantTypeException
-
- loci.poi.hpsf.UnsupportedVariantTypeException
-
- loci.poi.hpsf.ReadingNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class ReadingNotSupportedException extends UnsupportedVariantTypeException
This exception is thrown when HPSF tries to read a (yet) unsupported variant type.
- Since:
- 2003-08-08
- Version:
- $Id: ReadingNotSupportedException.java 489730 2006-12-22 19:18:16Z bayard $
- Author:
- Rainer Klute <klute@rainer-klute.de>
- See Also:
WritingNotSupportedException
,UnsupportedVariantTypeException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadingNotSupportedException(long variantType, Object value)
Constructor
-
Method Summary
-
Methods inherited from class loci.poi.hpsf.VariantTypeException
getValue, getVariantType
-
Methods inherited from class loci.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
-
ReadingNotSupportedException
public ReadingNotSupportedException(long variantType, Object value)
Constructor
- Parameters:
variantType
- The unsupported variant type.value
- The value.
-
-