Uses of Interface
org.jbpm.process.core.context.exception.ExceptionHandler

Packages that use ExceptionHandler
org.jbpm.compiler.xml   
org.jbpm.process.core.context.exception   
org.jbpm.process.instance.context.exception   
org.jbpm.ruleflow.core   
org.jbpm.ruleflow.core.factory   
 

Uses of ExceptionHandler in org.jbpm.compiler.xml
 

Method parameters in org.jbpm.compiler.xml with type arguments of type ExceptionHandler
static void XmlWorkflowProcessDumper.visitExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers, StringBuilder xmlDump)
           
 

Uses of ExceptionHandler in org.jbpm.process.core.context.exception
 

Classes in org.jbpm.process.core.context.exception that implement ExceptionHandler
 class ActionExceptionHandler
           
 

Methods in org.jbpm.process.core.context.exception that return ExceptionHandler
 ExceptionHandler ExceptionScope.getExceptionHandler(String exception)
           
 

Methods in org.jbpm.process.core.context.exception that return types with arguments of type ExceptionHandler
 Map<String,ExceptionHandler> ExceptionScope.getExceptionHandlers()
           
 

Methods in org.jbpm.process.core.context.exception with parameters of type ExceptionHandler
 void ExceptionScope.setExceptionHandler(String exception, ExceptionHandler exceptionHandler)
           
 

Method parameters in org.jbpm.process.core.context.exception with type arguments of type ExceptionHandler
 void ExceptionScope.setExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers)
           
 

Uses of ExceptionHandler in org.jbpm.process.instance.context.exception
 

Methods in org.jbpm.process.instance.context.exception with parameters of type ExceptionHandler
abstract  void ExceptionScopeInstance.handleException(ExceptionHandler handler, String exception, Object params)
           
 void DefaultExceptionScopeInstance.handleException(ExceptionHandler handler, String exception, Object params)
           
 void ExceptionHandlerInstance.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in org.jbpm.ruleflow.core
 

Methods in org.jbpm.ruleflow.core with parameters of type ExceptionHandler
 RuleFlowProcessFactory RuleFlowProcessFactory.exceptionHandler(String exception, ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in org.jbpm.ruleflow.core.factory
 

Methods in org.jbpm.ruleflow.core.factory with parameters of type ExceptionHandler
 CompositeNodeFactory CompositeNodeFactory.exceptionHandler(String exception, ExceptionHandler exceptionHandler)
           
 



Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.