public class FunctionEvaluationException extends MathException
Maintains an argument
property holding the input value that
caused the function evaluation to fail.
Constructor and Description |
---|
FunctionEvaluationException(double argument)
Construct an exception indicating the argument value
that caused the function evaluation to fail.
|
FunctionEvaluationException(double[] argument)
Construct an exception indicating the argument value
that caused the function evaluation to fail.
|
FunctionEvaluationException(double[] argument,
Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
FunctionEvaluationException(double[] argument,
java.lang.String pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
FunctionEvaluationException(double argument,
Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
FunctionEvaluationException(double argument,
java.lang.String pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
FunctionEvaluationException(java.lang.Throwable cause,
double argument)
Constructs an exception with specified root cause.
|
FunctionEvaluationException(java.lang.Throwable cause,
double[] argument)
Constructs an exception with specified root cause.
|
FunctionEvaluationException(java.lang.Throwable cause,
double[] argument,
Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
FunctionEvaluationException(java.lang.Throwable cause,
double[] argument,
java.lang.String pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
FunctionEvaluationException(java.lang.Throwable cause,
double argument,
Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
FunctionEvaluationException(java.lang.Throwable cause,
double argument,
java.lang.String pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getArgument()
Returns the function argument that caused this exception.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
public FunctionEvaluationException(double argument)
argument
- the failing function argumentpublic FunctionEvaluationException(double[] argument)
argument
- the failing function argumentpublic FunctionEvaluationException(double argument, java.lang.String pattern, java.lang.Object... arguments)
MessageFormat
.argument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(double argument, Localizable pattern, java.lang.Object... arguments)
MessageFormat
.argument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(double[] argument, java.lang.String pattern, java.lang.Object... arguments)
MessageFormat
.argument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(double[] argument, Localizable pattern, java.lang.Object... arguments)
MessageFormat
.argument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(java.lang.Throwable cause, double argument)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownargument
- the failing function argumentpublic FunctionEvaluationException(java.lang.Throwable cause, double[] argument)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownargument
- the failing function argumentpublic FunctionEvaluationException(java.lang.Throwable cause, double argument, java.lang.String pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownargument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(java.lang.Throwable cause, double argument, Localizable pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownargument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(java.lang.Throwable cause, double[] argument, java.lang.String pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownargument
- the failing function argumentpattern
- format specifierarguments
- format argumentspublic FunctionEvaluationException(java.lang.Throwable cause, double[] argument, Localizable pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownargument
- the failing function argumentpattern
- format specifierarguments
- format argumentsCopyright © 2010 - 2020 Adobe. All Rights Reserved