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]