com.Ostermiller.util
Class BadDelimeterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.Ostermiller.util.BadDelimeterException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadDelimiterException
public class BadDelimeterException
- extends java.lang.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
- See Also:
BadDelimiterException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BadDelimeterException
public BadDelimeterException()
- Constructs an exception with null as its error detail message.
- Since:
- ostermillerutils 1.02.08
BadDelimeterException
public BadDelimeterException(java.lang.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