Class LineTooLongException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
edu.stanford.slac.archiverappliance.PB.utils.LineTooLongException
- All Implemented Interfaces:
Serializable
An exception thrown by the LineByteStream when we encounter lines that are too long.
The LineByteStream can handle lines of any size; however to prevent infinite loops and such we have a safety factor
If a lines is longer than this safety factor, this exception is thrown.
- Author:
- mshankar
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LineTooLongException
-