I'm +1 on this.
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
bob mcwhirter <[EMAIL PROTECTED]> wrote on 30/01/2003 04:28:44 PM:
>
> Howdy--
>
> Hand-migrating werkflow since I need to learn the new API and also
> since there's 3 werkflow codelines, and I'm not certain right off hand
> which one Morgan sent patches for. :)
>
> Anyhow, found this annoyance:
>
> public void doTag(XMLOutput out)
> throws JellyTagException
> {
> try
> {
> SomeTag tag = (SomeTag) findAncestorWithClass( SomeTag.class );
> }
> catch (JellyException e)
> {
> throw new JellyTagException( e );
> }
> }
>
> Previously, I didn't have to catch a jelly exception to simply wrap
> in another jelly exception and re-throw it.
>
> At the bare minimum, can we have findAncestorWithClass(..) puke a
> JellyTagException, since it is a tag-based exception?
>
> -bob
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ForwardSourceID:NT000AAC02
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]