Class ExceptionScope
java.lang.Object
org.jbpm.process.core.context.AbstractContext
org.jbpm.process.core.context.exception.ExceptionScope
- All Implemented Interfaces:
Serializable,Context
- Direct Known Subclasses:
CompensationScope
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExceptionHandler(String exception) getExceptionHandler(Throwable exception) protected ExceptionHandlergetHandlerFromPolicies(Throwable exception) getType()voidremoveExceptionHandler(String exception) resolveContext(Object param) voidsetExceptionHandler(String exception, ExceptionHandler exceptionHandler) voidsetExceptionHandlers(Map<String, ExceptionHandler> exceptionHandlers) Methods inherited from class org.jbpm.process.core.context.AbstractContext
getContextContainer, getId, setContextContainer, setId
-
Field Details
-
EXCEPTION_SCOPE
- See Also:
-
exceptionHandlers
-
-
Constructor Details
-
ExceptionScope
public ExceptionScope()
-
-
Method Details
-
getType
-
setExceptionHandler
-
getExceptionHandler
-
getHandlerFromPolicies
-
getExceptionHandler
-
removeExceptionHandler
-
getExceptionHandlers
-
setExceptionHandlers
-
resolveContext
-