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 construct Records that don't completely read all available data. This exception should never be thrown otherwise.
See Also:
  • Constructor Details

    • LeftoverDataException

      public LeftoverDataException(int sid, int remainingByteCount)