public final class NumericMethodException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
int |
error_code
Field error_code sotes an optional error code
|
double |
error_value
Field error_value stores an optional numeric error.
|
| Constructor and Description |
|---|
NumericMethodException()
Constructs a
RuntimeException with no detail message. |
NumericMethodException(java.lang.String msg)
Constructs a
RuntimeException with the specified
detail message. |
NumericMethodException(java.lang.String msg,
int code,
double val)
Constructs a
RuntimeException with the specified
detail message, error code, and error estimate. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the error message string of this throwable object.
|
public double error_value
public int error_code
public NumericMethodException()
RuntimeException with no detail message.public NumericMethodException(java.lang.String msg)
RuntimeException with the specified
detail message.msg - the detail message.public NumericMethodException(java.lang.String msg,
int code,
double val)
RuntimeException with the specified
detail message, error code, and error estimate.msg - code - val -