public class EvaluationException
extends java.lang.Exception
Constructor and Description |
---|
EvaluationException()
Instantiates a new evaluation exception.
|
EvaluationException(java.lang.String message)
Instantiates a new evaluation exception.
|
EvaluationException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new evaluation exception.
|
EvaluationException(java.lang.Throwable cause)
Instantiates a new evaluation exception.
|
public EvaluationException()
public EvaluationException(java.lang.String message)
message
- the messagepublic EvaluationException(java.lang.Throwable cause)
cause
- the causepublic EvaluationException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause