org.jbpm.process.instance.context.exception
Class ExceptionScopeInstance
java.lang.Object
org.jbpm.process.instance.context.AbstractContextInstance
org.jbpm.process.instance.context.exception.ExceptionScopeInstance
- All Implemented Interfaces:
- Serializable, ContextInstance
- Direct Known Subclasses:
- CompensationScopeInstance, DefaultExceptionScopeInstance
public abstract class ExceptionScopeInstance
- extends AbstractContextInstance
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionScopeInstance
public ExceptionScopeInstance()
getContextType
public String getContextType()
getExceptionScope
public ExceptionScope getExceptionScope()
handleException
public void handleException(String exception,
Object params)
handleException
public abstract void handleException(ExceptionHandler handler,
String exception,
Object params)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.