|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.JbpmException
org.jbpm.graph.def.DelegationException
public class DelegationException
| Field Summary | |
|---|---|
protected java.lang.Throwable |
cause
|
protected ExecutionContext |
executionContext
|
| Constructor Summary | |
|---|---|
DelegationException(java.lang.Throwable cause,
ExecutionContext executionContext)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
|
ExecutionContext |
getExecutionContext()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Throwable cause
protected ExecutionContext executionContext
| Constructor Detail |
|---|
public DelegationException(java.lang.Throwable cause,
ExecutionContext executionContext)
| Method Detail |
|---|
public ExecutionContext getExecutionContext()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||