com.evelopers.unimod.debug
Class ExceptionHandlerImpl

java.lang.Object
  extended bycom.evelopers.unimod.debug.ExceptionHandlerImpl
All Implemented Interfaces:
ExceptionHandler

public class ExceptionHandlerImpl
extends java.lang.Object
implements ExceptionHandler


Constructor Summary
ExceptionHandlerImpl(Logger log)
           
 
Method Summary
 void handleException(StateMachineContext context, com.evelopers.common.exception.SystemException e)
          Called by state machine engine when exception occurs during event processing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerImpl

public ExceptionHandlerImpl(Logger log)
Method Detail

handleException

public void handleException(StateMachineContext context,
                            com.evelopers.common.exception.SystemException e)
Description copied from interface: ExceptionHandler
Called by state machine engine when exception occurs during event processing

Specified by:
handleException in interface ExceptionHandler
Parameters:
context - state machine context
e - exception