com.opensymphony.workflow
Class InternalWorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.workflow.InternalWorkflowException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidActionException, QueryNotSupportedException

public class InternalWorkflowException
extends RuntimeException

A runtime exceptiont that singals a serious and unexpected error in OSWorkflow.

Author:
Pat Lightbody
See Also:
Serialized Form

Constructor Summary
InternalWorkflowException()
           
InternalWorkflowException(String s)
           
InternalWorkflowException(String s, Throwable rootCause)
           
InternalWorkflowException(Throwable rootCause)
           
 
Method Summary
 Throwable getRootCause()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalWorkflowException

public InternalWorkflowException()

InternalWorkflowException

public InternalWorkflowException(String s)

InternalWorkflowException

public InternalWorkflowException(String s,
                                 Throwable rootCause)

InternalWorkflowException

public InternalWorkflowException(Throwable rootCause)
Method Detail

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