+++ ASTMethod.java 25 Jun 2003 11:17:00 -0000 1.4 @@ -1,5 +1,7 @@ package org.apache.commons.jexl.parser;
+ { + System.out.println("ASTMethod : "+ e); + e.printStackTrace();;
Why not just throw the exception and let the application display it as appropriate?
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
