org.codehaus.janino
Class CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.janino.util.CausedException
org.codehaus.janino.CompileException
- All Implemented Interfaces:
- java.io.Serializable
public class CompileException
- extends CausedException
An exception that reflects an error during compilation.
This exception is associated with a particular Location
in the source code.
- See Also:
- Serialized Form
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 |
CompileException
public CompileException(java.lang.String message,
Location optionalLocation)
CompileException
public CompileException(java.lang.String message,
Location optionalLocation,
java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable