Uses of Class
org.apache.camel.processor.interceptor.ExceptionEvent

Packages that use ExceptionEvent
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

Uses of ExceptionEvent in org.apache.camel.processor.interceptor
 

Methods in org.apache.camel.processor.interceptor that return types with arguments of type ExceptionEvent
protected  List<ExceptionEvent> Debugger.createExceptionsList()
          Deprecated.  
 List<ExceptionEvent> DebugInterceptor.getExceptions()
          Deprecated.  
 

Constructor parameters in org.apache.camel.processor.interceptor with type arguments of type ExceptionEvent
DebugInterceptor(ProcessorType node, Processor target, List<Exchange> exchanges, List<ExceptionEvent> exceptions)
          Deprecated.  
 



Apache CAMEL