This class exists to fix a spelling error in BadDelimeterException.
author: Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities since: ostermillerutils 1.02.20 See Also:BadDelimeterException
Constructor Summary
public
BadDelimiterException() Constructs an exception with null as its error detail message.
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