Hi everybody
    I'm using <handle-errors> to catch an Exception defined by me. For some reason the 
exception is not caught. I tried to debug the Cocoon source code and I've found the 
point where che <select> "decide" to match the exception. The problem is that I can't 
find the commons-lang library sources: I need the source of the class ExceptionUtils. 
Where can I find it?
Obviously I tried to download from www.apache.org but I've found only an empty 
directory. What's gone wrong?

Some detail about my problem (error-handling): I throw the exception from a 
transformer, this means that the exception must extend SaxException or 
RuntimeException, but probably this doesn't work well with error-handler because it 
need an org.apache.avalon.framework.CascadingException. How can I solve this problem?
Thanks in advance
Roberto

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to