com.opensymphony.workflow
Class InternalWorkflowException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.opensymphony.workflow.InternalWorkflowException
- All Implemented Interfaces:
- java.io.Serializable
- public class InternalWorkflowException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InternalWorkflowException
public InternalWorkflowException()
InternalWorkflowException
public InternalWorkflowException(java.lang.String s)
InternalWorkflowException
public InternalWorkflowException(java.lang.String s,
java.lang.Exception rootCause)
InternalWorkflowException
public InternalWorkflowException(java.lang.Exception rootCause)
getRootCause
public java.lang.Exception getRootCause()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable