org.ikasan.framework.component
Interface IkasanExceptionHandler

All Known Implementing Classes:
LoggingExceptionHandlerImpl, MatchingExceptionHandler

public interface IkasanExceptionHandler

This interface defines the public interface for invocation of the Ikasan Exception Handler

Author:
Ikasan Development Team

Method Summary
 IkasanExceptionAction handleThrowable(String componentName, Throwable throwable)
          Push an exception that occurred outside the scope of handling a data event to the Exception Handler
 

Method Detail

handleThrowable

IkasanExceptionAction handleThrowable(String componentName,
                                      Throwable throwable)
Push an exception that occurred outside the scope of handling a data event to the Exception Handler

Parameters:
componentName - name of the component within which the exception occurred
throwable - The exception
Returns:
IkasanExceptionAction


Copyright © 2007-2012 Ikasan. All Rights Reserved.