Class Function.EvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.nm.analysis.function.Function.EvaluationException
All Implemented Interfaces:
Serializable
Enclosing interface:
Function<D,R>

public static class Function.EvaluationException extends RuntimeException
This is the RuntimeException thrown when it fails to evaluate an expression. E.g., when there are not two arguments passed in a BivariateRealFunction.
See Also:
  • Constructor Details

    • EvaluationException

      public EvaluationException(String msg)
      Constructs an EvaluationException with the specified detail message.
      Parameters:
      msg - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.