atg.scenario
Class ScenarioException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.process.ProcessException
                  extended by atg.scenario.ScenarioException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class ScenarioException
extends ProcessException

An exception that occurs when operating on scenarios.

See Also:
Serialized Form

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
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ScenarioException

public ScenarioException()
Constructs a new ScenarioException.


ScenarioException

public ScenarioException(java.lang.String pString)
Constructs a new ScenarioException with the given explanation.


ScenarioException

public ScenarioException(java.lang.Throwable pRootCause)
Constructs a new ScenarioException with the given root exception.


ScenarioException

public ScenarioException(java.lang.String pString,
                         java.lang.Throwable pRootCause)
Constructs a new ScenarioException with the given explanation and root exception.