org.jbpm.process.instance.context.exception
Class DefaultExceptionScopeInstance

java.lang.Object
  extended by org.jbpm.process.instance.context.AbstractContextInstance
      extended by org.jbpm.process.instance.context.exception.ExceptionScopeInstance
          extended by org.jbpm.process.instance.context.exception.DefaultExceptionScopeInstance
All Implemented Interfaces:
Serializable, ContextInstance

public class DefaultExceptionScopeInstance
extends ExceptionScopeInstance

See Also:
Serialized Form

Constructor Summary
DefaultExceptionScopeInstance()
           
 
Method Summary
 void handleException(ExceptionHandler handler, String exception, Object params)
           
 
Methods inherited from class org.jbpm.process.instance.context.exception.ExceptionScopeInstance
getContextType, getExceptionScope, handleException
 
Methods inherited from class org.jbpm.process.instance.context.AbstractContextInstance
getContext, getContextId, getContextInstanceContainer, getProcessInstance, setContextId, setContextInstanceContainer, setProcessInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionScopeInstance

public DefaultExceptionScopeInstance()
Method Detail

handleException

public void handleException(ExceptionHandler handler,
                            String exception,
                            Object params)
Specified by:
handleException in class ExceptionScopeInstance


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