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/11 19:17:06 UTC

[jelly][patch] More descriptive exception on failure to create Jexl expression

If you have an invalid expression, such as 'variable.length = 0', Jexl 
just comes back with 'Invalid expression'.. Makes it kinda hard to 
locate the problem in your script :)

The attached patch just puts the expression text into the wrapped 
exception from Jexl.
-pete