org.mvel2
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mvel2.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ParseException()
           
ParseException(String message)
           
ParseException(String message, char[] expr, int cursorPosition)
           
ParseException(String message, Throwable cause)
           
ParseException(Throwable cause)
           
 
Method Summary
 int getCursorPosition()
           
 String getMessage()
           
 
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
 

Constructor Detail

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)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getCursorPosition

public int getCursorPosition()


Copyright © 2011. All Rights Reserved.