Suppose I have a route that begins with something like 

       from("file://c:\foo\bar")

and I want to catch and handle any Exceptions thrown from this endpoint.  Is
there any way to do this?  I can surround a subsequent "to" in a "doTry" ...
"doCatch" block, but there doesn't seem to be any way to do this for the
"from" clause.  Am I missing something, or is this a problem with the DSL?
-- 
View this message in context: 
http://www.nabble.com/Catching-errors-from--%22from%22-endpoints-tp24092503p24092503.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to