public class EvaluationException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| 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. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, 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