public static class Function.EvaluationException
extends java.lang.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(java.lang.String msg)
Constructs an
EvaluationException with the specified detail message. |