Web Site

org.codehaus.janino
Class CompileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.janino.Scanner.LocatedException
              extended byorg.codehaus.janino.CompileException
All Implemented Interfaces:
Serializable

public class CompileException
extends Scanner.LocatedException

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

See Also:
Serialized Form

Constructor Summary
CompileException(String message, Location optionalLocation)
           
 
Methods inherited from class org.codehaus.janino.Scanner.LocatedException
getLocation, 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

CompileException

public CompileException(String message,
                        Location optionalLocation)

Web Site