org.mvel2
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mvel2.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends RuntimeException
- See Also:
- Serialized Form
ParseException
public ParseException()
ParseException
public ParseException(String message)
ParseException
public ParseException(String message,
char[] expr,
int cursorPosition)
ParseException
public ParseException(String message,
Throwable cause)
ParseException
public ParseException(Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getCursorPosition
public int getCursorPosition()
Copyright © 2011. All Rights Reserved.