Class RecordInputStream.LeftoverDataException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    RecordInputStream

    public static final class RecordInputStream.LeftoverDataException
    extends java.lang.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 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LeftoverDataException

        public LeftoverDataException​(int sid,
                                     int remainingByteCount)