Class 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:
    Serialized Form
    • Constructor Detail

      • LeftoverDataException

        public LeftoverDataException​(int sid,
                                     int remainingByteCount)