Class LineTooLongException

  • All Implemented Interfaces:
    Serializable

    public class LineTooLongException
    extends IOException
    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:
    Serialized Form
    • Constructor Detail

      • LineTooLongException

        public LineTooLongException​(String message)