|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionHandler | |
|---|---|
| org.jbpm.graph.def | contains all structural elements of a process graph. |
| Uses of ExceptionHandler in org.jbpm.graph.def |
|---|
| Fields in org.jbpm.graph.def with type parameters of type ExceptionHandler | |
|---|---|
protected java.util.List<ExceptionHandler> |
GraphElement.exceptionHandlers
|
| Methods in org.jbpm.graph.def that return ExceptionHandler | |
|---|---|
ExceptionHandler |
GraphElement.addExceptionHandler(ExceptionHandler exceptionHandler)
|
protected ExceptionHandler |
GraphElement.findExceptionHandler(java.lang.Throwable exception)
|
| Methods in org.jbpm.graph.def that return types with arguments of type ExceptionHandler | |
|---|---|
java.util.List<ExceptionHandler> |
GraphElement.getExceptionHandlers()
is the list of exception handlers associated to this graph element. |
| Methods in org.jbpm.graph.def with parameters of type ExceptionHandler | |
|---|---|
ExceptionHandler |
GraphElement.addExceptionHandler(ExceptionHandler exceptionHandler)
|
void |
GraphElement.removeExceptionHandler(ExceptionHandler exceptionHandler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||