public class EvaluationException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| EvaluationException()Constructs a new EvaluationException. | 
| EvaluationException(java.lang.String pStr)Constructs a new EvaluationException with the given 
 explanation. | 
| EvaluationException(java.lang.String pStr,
                   java.lang.Throwable pSourceException)Constructs a new EvaluationException with the given 
 explanation. | 
| EvaluationException(java.lang.Throwable pSourceException)Constructs a new EvaluationException. | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic EvaluationException()
public EvaluationException(java.lang.String pStr)
public EvaluationException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic EvaluationException(java.lang.String pStr,
                   java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem