public class NotANumberException
extends com.ericsson.otp.erlang.OtpErlangException
| Constructor | Description |
|---|---|
NotANumberException() |
Creates the exception with no message.
|
NotANumberException(com.ericsson.otp.erlang.OtpErlangObject erlValue) |
Creates an exception including the message of the given erlang object.
|
NotANumberException(java.lang.String msg) |
Creates the exception with the given message.
|
NotANumberException(java.lang.Throwable e) |
Creates an exception taking the message of the given throwable.
|
NotANumberException(java.lang.Throwable e,
com.ericsson.otp.erlang.OtpErlangObject erlValue) |
Creates an exception taking the message of the given throwable.
|
public NotANumberException()
public NotANumberException(java.lang.String msg)
msg - message of the exceptionpublic NotANumberException(java.lang.Throwable e)
e - the exception to "re-throw"public NotANumberException(com.ericsson.otp.erlang.OtpErlangObject erlValue)
erlValue - the erlang message to includepublic NotANumberException(java.lang.Throwable e,
com.ericsson.otp.erlang.OtpErlangObject erlValue)
e - the exception to "re-throw"erlValue - the string representation of this erlang value is included
into the message