com.opensymphony.workflow
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.workflow.WorkflowException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FactoryException, InvalidEntryStateException, InvalidInputException, InvalidRoleException, StoreException

public class WorkflowException
extends Exception

Author:
Hani Suleiman (hani@formicary.net) Date: May 10, 2003 Time: 11:26:07 AM
See Also:
Serialized Form

Constructor Summary
WorkflowException()
           
WorkflowException(String s)
           
WorkflowException(String s, Throwable rootCause)
           
WorkflowException(Throwable rootCause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 Throwable getRootCause()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
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

WorkflowException

public WorkflowException()

WorkflowException

public WorkflowException(String s)

WorkflowException

public WorkflowException(String s,
                         Throwable rootCause)

WorkflowException

public WorkflowException(Throwable rootCause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getRootCause

public Throwable getRootCause()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

OpenSymphony Workflow Project Page