Uses of Class
org.jbpm.graph.def.ExceptionHandler

Packages that use ExceptionHandler
org.jbpm.graph.def contains all structural elements of a process graph. 
 

Uses of ExceptionHandler in org.jbpm.graph.def
 

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 with parameters of type ExceptionHandler
 ExceptionHandler GraphElement.addExceptionHandler(ExceptionHandler exceptionHandler)
           
 void GraphElement.removeExceptionHandler(ExceptionHandler exceptionHandler)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.