Class BadLineEndingException

All Implemented Interfaces:
Serializable

public class BadLineEndingException extends IllegalArgumentException
An illegal line ending was specified.
Since:
ostermillerutils 1.06.01
Author:
Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also:
  • Constructor Details

    • BadLineEndingException

      public BadLineEndingException()
      Constructs an exception with null as its error detail message.
      Since:
      ostermillerutils 1.06.01
    • BadLineEndingException

      public BadLineEndingException(String s)
      Constructs an exception with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
      Parameters:
      s - the detail message.
      Since:
      ostermillerutils 1.06.01