public class BadDelimeterException
extends java.lang.IllegalArgumentException
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.
BadDelimiterException,
Serialized Form| Constructor and Description |
|---|
BadDelimeterException()
Constructs an exception with null as its error detail message.
|
BadDelimeterException(java.lang.String s)
Constructs an exception with the specified detail message.
|
public BadDelimeterException()
public BadDelimeterException(java.lang.String s)
s - the detail message.Copyright (c) 2001-2020 by Stephen Ostermiller