atg.workflow
Class MissingWorkflowDescriptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.workflow.WorkflowException
                  extended by atg.workflow.MissingWorkflowDescriptionException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class MissingWorkflowDescriptionException
extends WorkflowException

An exception that occurs when a workflow description cannot be found.

See Also:
WorkflowView, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
MissingWorkflowDescriptionException()
          Constructs a new MissingWorkflowDescriptionException.
MissingWorkflowDescriptionException(java.lang.String pMessage)
          Constructs a new MissingWorkflowDescriptionException with the given message.
 
Method Summary
 
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

MissingWorkflowDescriptionException

public MissingWorkflowDescriptionException()
Constructs a new MissingWorkflowDescriptionException.


MissingWorkflowDescriptionException

public MissingWorkflowDescriptionException(java.lang.String pMessage)
Constructs a new MissingWorkflowDescriptionException with the given message.