You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Peter Royal <pr...@apache.org> on 2003/06/12 21:16:14 UTC

[jexl][patch] Rethrow exceptions in method execution

Current ASTMethod just prints any methods during method execution to 
the console. This is undesirable in unattended server processes unless 
someone is always monitoring STDERR.

The attached patch causes the thrown exception to flow out of jexl, and 
the calling program can deal with it accordingly.

The patch also modifies UberspectImpl to remove a containing 
InvocationTargetException.
-pete