Re: Exceptions management

2013-01-26 Thread Claus Ibsen
org/support > > > - > http://developpef.blogspot.com > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exceptions-management-tp5726051p5726143.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - R

Re: Exceptions management

2013-01-24 Thread developpef
We currently use 2.10.2 - http://developpef.blogspot.com -- View this message in context: http://camel.465427.n5.nabble.com/Exceptions-management-tp5726051p5726143.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exceptions management

2013-01-24 Thread Claus Ibsen
On Wed, Jan 23, 2013 at 11:20 AM, developpef wrote: > Hello, > > This message to get more explanations on exceptions management on routes. > > Here is my app : > > I created a custom MyException extending RuntimeCamelException (wich extends > Exception). > > M

Exceptions management

2013-01-23 Thread developpef
Hello, This message to get more explanations on exceptions management on routes. Here is my app : I created a custom MyException extending RuntimeCamelException (wich extends Exception). My routes are : onException(MyException.class).handled(true).log("FATAL").end(); from("..