--- Paulo Gaspar <[EMAIL PROTECTED]> wrote:
> Avalon as a nice set of exception classes, which include (some names
> might be wrong):
>   - CascadingThrowable    (an interface)
>   - CascadingException
>   - CascadingRuntimeException
>   - CascadingError
>   - ExceptionTool
<snip>
> I extended the ExceptionTool class to make it return other types of
> causes using introspection to find if an exception object implements
> some method like this one:
>    public java.lang.Throwable getRootCause()
> or
>    public java.lang.Throwable getCause()
> after, of course first checking if its just an implementation o the
> CascadingThrowable interface.
> 
> 
> I should contribute this one back!
> =:o/

That sounds like a !damn! useful component to me (as well as those
Cascading* classes).  I vote a (nonbinding) +1 to get these into
Commons (just kidding).

Lance

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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

Reply via email to