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
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 occurredthrowable - The exception
- Returns:
- IkasanExceptionAction
Copyright © 2007-2012 Ikasan. All Rights Reserved.