Web Site

org.codehaus.janino
Class CompileException

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

public class CompileException
extends LocatedException

An exception that reflects an error during compilation.

See Also:
Serialized Form

Constructor Summary
CompileException(java.lang.String message, Location optionalLocation)
           
CompileException(java.lang.String message, Location optionalLocation, java.lang.Throwable cause)
           
 
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

CompileException

public CompileException(java.lang.String message,
                        Location optionalLocation)

CompileException

public CompileException(java.lang.String message,
                        Location optionalLocation,
                        java.lang.Throwable cause)

Web Site