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:
java.io.Serializable
public class CompileException extends LocatedException
An exception that reflects an error during compilation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileException(java.lang.String message, Location optionalLocation)
CompileException(java.lang.String message, Location optionalLocation, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.codehaus.commons.compiler.LocatedException
getLocation, getMessage
-
-