Class BadDelimiterException

All Implemented Interfaces:
Serializable

public class BadDelimiterException extends BadDelimeterException
An Illegal delimiter was specified.

This class exists to fix a spelling error in BadDelimeterException.

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

    • BadDelimiterException

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

      public BadDelimiterException(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.20