Class EvaluationException

All Implemented Interfaces:
Serializable

public class EvaluationException extends NumericalException
Exception raised when function evaluation fails.
See Also:
  • Constructor Details

    • EvaluationException

      public EvaluationException()
      Constructor.
    • EvaluationException

      public EvaluationException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception
    • EvaluationException

      public EvaluationException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • EvaluationException

      public EvaluationException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.