org.apache.commons.jexl.parser
public class TokenMgrError extends Error
Constructor Summary | |
---|---|
TokenMgrError() | |
TokenMgrError(String message, int reason) | |
TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) |
Method Summary | |
---|---|
protected static String | addEscapes(String str)
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string |
String | getMessage()
You can also modify the body of this method to customize your error
messages. |