public static class Function.EvaluationException extends RuntimeException
RuntimeException
thrown when it fails to evaluate an expression.
E.g., when there are not two arguments passed in a BivariateRealFunction
.Constructor and Description |
---|
EvaluationException(String msg)
Constructs an
EvaluationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EvaluationException(String msg)
EvaluationException
with the specified detail message.msg
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.