camelContext.addRouteDefinition(someRouteDefinition);

i look the camelContext and routeDefinition had exception handler,

i has no set exception handler on these, what the default action when the
route processor throws exception.

and where i need to set exception handler?

my route defined: 

RouteDefinition route = new RouteDefinition();
route.from(uri).process(MyProcessor());

what the distinct between setErrorHandlerBuilder, onExeption,
setHandleFault.

i need to add the exception handler on camelContext and routeDefinition?

--
View this message in context: 
http://camel.465427.n5.nabble.com/why-my-Processor-throw-Exception-but-producer-can-t-throw-it-tp4821356p4822494.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to