public class ScenarioException extends ProcessException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
ScenarioException()
Constructs a new ScenarioException.
|
ScenarioException(java.lang.String pString)
Constructs a new ScenarioException with the given explanation.
|
ScenarioException(java.lang.String pString,
java.lang.Throwable pRootCause)
Constructs a new ScenarioException with the given explanation and
root exception.
|
ScenarioException(java.lang.Throwable pRootCause)
Constructs a new ScenarioException with the given root exception.
|
setErrorCodeappendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic ScenarioException()
public ScenarioException(java.lang.String pString)
public ScenarioException(java.lang.Throwable pRootCause)
public ScenarioException(java.lang.String pString,
java.lang.Throwable pRootCause)