Package org.apache.poi.hssf.record
Class RecordInputStream.LeftoverDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.hssf.record.RecordInputStream.LeftoverDataException
- All Implemented Interfaces:
Serializable
- Enclosing class:
RecordInputStream
For use in
BiffViewer
which may construct Record
s that don't completely
read all available data. This exception should never be thrown otherwise.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LeftoverDataException
public LeftoverDataException(int sid, int remainingByteCount)
-