| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.process.ProcessException
atg.scenario.ScenarioException
public class ScenarioException
An exception that occurs when operating on scenarios.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
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.  | 
|
| Method Summary | 
|---|
| Methods inherited from class atg.process.ProcessException | 
|---|
getErrorCode, setErrorCode | 
| Methods inherited from class atg.core.exception.ContainerException | 
|---|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ScenarioException()
public ScenarioException(java.lang.String pString)
public ScenarioException(java.lang.Throwable pRootCause)
public ScenarioException(java.lang.String pString,
                         java.lang.Throwable pRootCause)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||