janino.net

org.codehaus.commons.compiler
Class CompileException

  extended by 
      extended by 
          extended by org.codehaus.commons.compiler.LocatedException
              extended by org.codehaus.commons.compiler.CompileException
All Implemented Interfaces:

public class CompileException
extends LocatedException

An exception that reflects an error during compilation.

See Also:
Serialized Form

Constructor Summary
CompileException( message, Location optionalLocation)
           
CompileException( message, Location optionalLocation,  cause)
           
 
Method Summary
 
Methods inherited from class org.codehaus.commons.compiler.LocatedException
getLocation, getMessage
 
Methods inherited from class java.lang.
, , , , , , , , ,
 
Methods inherited from class java.lang.
, , , , , , , , ,
 

Constructor Detail

CompileException

public CompileException( message,
                        Location optionalLocation)

CompileException

public CompileException( message,
                        Location optionalLocation,
                         cause)

janino.net