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:
java.io.Serializable
- Enclosing class:
- RecordInputStream
public static final class RecordInputStream.LeftoverDataException extends java.lang.RuntimeException
For use inBiffViewer
which may constructRecord
s that don't completely read all available data. This exception should never be thrown otherwise.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeftoverDataException(int sid, int remainingByteCount)
-