Class BadDelimeterException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadDelimiterException

public class BadDelimeterException extends IllegalArgumentException
An Illegal delimiter was specified.

This class has been replaced by BadDelimiterException. It is not deprecated, and it may be used, however the name of this class contains a spelling error.

Since:
ostermillerutils 1.02.08
Author:
Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also:
  • Constructor Details

    • BadDelimeterException

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

      public BadDelimeterException(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.02.08