public class WrongNumberException extends BaseException
Constructor and Description |
---|
WrongNumberException()
The default constructor.
|
WrongNumberException(java.lang.String arg0)
Constructs an instance of a
WrongNumberException class. |
WrongNumberException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructs an instance of a
WrongNumberException class. |
WrongNumberException(java.lang.Throwable arg0)
Constructs an instance of a
WrongNumberException class. |
Modifier and Type | Method and Description |
---|---|
int |
ordinal()
Returning id of exception to facilitate unmarshaling XML representation
back into Java object.
|
getXml
public WrongNumberException()
public WrongNumberException(java.lang.String arg0, java.lang.Throwable arg1)
WrongNumberException
class.arg0
- The message string containing more information about the exception.arg1
- The Exception class containing a snapshot of the execution stack of its thread at the time it was created.public WrongNumberException(java.lang.String arg0)
WrongNumberException
class.arg0
- The message string containing more information about the exception.public WrongNumberException(java.lang.Throwable arg0)
WrongNumberException
class.arg0
- The Exception class containing a snapshot of the execution stack of its thread at the time it was created.public int ordinal()
ordinal
in class BaseException
int
.