org.mvel2
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mvel2.ParseException
- All Implemented Interfaces:
- java.io.Serializable
public class ParseException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseException
public ParseException()
ParseException
public ParseException(java.lang.String message)
ParseException
public ParseException(java.lang.String message,
char[] expr,
int cursorPosition)
ParseException
public ParseException(java.lang.String message,
java.lang.Throwable cause)
ParseException
public ParseException(java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getCursorPosition
public int getCursorPosition()
Copyright © 2010. All Rights Reserved.