You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by William Webber <we...@williamwebber.com> on 2002/06/06 06:26:22 UTC

[PATCH] add getNested() to TurbineException, TurbineRuntimeException

Hi all!

Attached is a patch that provides a way of retrieving the
nested exception/error from org.apache.turbine.util.TurbineException 
and org.apache.turbine.util.TurbineRuntimeException.

William

Re: [PATCH] add getNested() to TurbineException, TurbineRuntimeException

Posted by Daniel Rall <dl...@finemaltcoding.com>.
William Webber <we...@williamwebber.com> writes:

> Hi all!
>
> Attached is a patch that provides a way of retrieving the
> nested exception/error from org.apache.turbine.util.TurbineException 
> and org.apache.turbine.util.TurbineRuntimeException.

org.apache.commons.lang.exception.NestableException already has a
getCause() method which does this.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>