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
public static final class RecordInputStream.LeftoverDataException extends RuntimeException
For use in BiffViewer 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)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-