com.opensymphony.workflow
Class InvalidWorkflowDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.workflow.WorkflowException
              extended by com.opensymphony.workflow.FactoryException
                  extended by com.opensymphony.workflow.InvalidWorkflowDescriptorException
All Implemented Interfaces:
Serializable

public class InvalidWorkflowDescriptorException
extends FactoryException

Indicates that a Workflow Descriptor was invalid. Usually this indicates a semantically incorrect XML workflow definition.

Author:
Michael Vorburger
See Also:
Serialized Form

Constructor Summary
InvalidWorkflowDescriptorException(String message)
           
InvalidWorkflowDescriptorException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.WorkflowException
getCause, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidWorkflowDescriptorException

public InvalidWorkflowDescriptorException(String message)

InvalidWorkflowDescriptorException

public InvalidWorkflowDescriptorException(String message,
                                          Exception cause)

OpenSymphony Workflow Project Page