Package org.codehaus.commons.compiler
Class CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.commons.compiler.LocatedException
org.codehaus.commons.compiler.CompileException
- All Implemented Interfaces:
Serializable
An exception that reflects an error during compilation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompileException
(String message, Location optionalLocation) CompileException
(String message, Location optionalLocation, Throwable cause) -
Method Summary
Methods inherited from class org.codehaus.commons.compiler.LocatedException
getLocation, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompileException
-
CompileException
-