public class NotANumberException extends OtpErlangException
Constructor and Description |
---|
NotANumberException()
Creates the exception with no message.
|
NotANumberException(OtpErlangObject erlValue)
Creates an exception including the message of the given erlang object.
|
NotANumberException(String msg)
Creates the exception with the given message.
|
NotANumberException(Throwable e)
Creates an exception taking the message of the given throwable.
|
NotANumberException(Throwable e,
OtpErlangObject erlValue)
Creates an exception taking the message of the given throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotANumberException()
public NotANumberException(String msg)
msg
- message of the exceptionpublic NotANumberException(Throwable e)
e
- the exception to "re-throw"public NotANumberException(OtpErlangObject erlValue)
erlValue
- the erlang message to includepublic NotANumberException(Throwable e, OtpErlangObject erlValue)
e
- the exception to "re-throw"erlValue
- the string representation of this erlang value is included
into the message