Web Site

org.codehaus.janino
Class Parser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.janino.util.CausedException
              extended by org.codehaus.janino.util.LocatedException
                  extended by org.codehaus.janino.Parser.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Parser

public static class Parser.ParseException
extends LocatedException

An exception that reflects an error during parsing. This exception is associated with a particular Location in the source code.

See Also:
Serialized Form

Constructor Summary
Parser.ParseException(java.lang.String message, Location location)
           
 
Method Summary
 
Methods inherited from class org.codehaus.janino.util.LocatedException
getLocation, getMessage
 
Methods inherited from class org.codehaus.janino.util.CausedException
getCause, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parser.ParseException

public Parser.ParseException(java.lang.String message,
                             Location location)

Web Site