org.jbpm.process.core.context.exception
Class ExceptionScope
java.lang.Object
org.jbpm.process.core.context.AbstractContext
org.jbpm.process.core.context.exception.ExceptionScope
- All Implemented Interfaces:
- Serializable, Context
public class ExceptionScope
- extends AbstractContext
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXCEPTION_SCOPE
public static final String EXCEPTION_SCOPE
- See Also:
- Constant Field Values
ExceptionScope
public ExceptionScope()
getType
public String getType()
setExceptionHandler
public void setExceptionHandler(String exception,
ExceptionHandler exceptionHandler)
getExceptionHandler
public ExceptionHandler getExceptionHandler(String exception)
removeExceptionHandler
public void removeExceptionHandler(String exception)
getExceptionHandlers
public Map<String,ExceptionHandler> getExceptionHandlers()
setExceptionHandlers
public void setExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers)
resolveContext
public Context resolveContext(Object param)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.