public class EvaluationException extends CheckedJaicoreMLException
EvaluationException indicates that an error occurred during a
evaluation process. Details concerning the error can be inferred from the
associated message.| Constructor and Description |
|---|
EvaluationException(java.lang.String message)
Creates a new
EvaluationException with the given parameters. |
EvaluationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
EvaluationException with the given parameters. |
public EvaluationException(java.lang.String message)
EvaluationException with the given parameters.message - The message of this Exception.public EvaluationException(java.lang.String message,
java.lang.Throwable cause)
EvaluationException with the given parameters.message - The message of this Exception.cause - The underlying cause of this Exception.