org.apache.camel.spi
Interface ExceptionHandler

All Known Implementing Classes:
LoggingExceptionHandler

public interface ExceptionHandler

A Strategy pattern for handling exceptions; particularly in asynchronous processes such as consumers

Version:
$Revision: 630568 $

Method Summary
 void handleException(Throwable exception)
          Handles the given exception
 

Method Detail

handleException

void handleException(Throwable exception)
Handles the given exception

Parameters:
exception - the exception


Apache CAMEL