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
Representation of an error condition during compilation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompileException(String message, Location location) An infix"NYI"in the message string indicates that the compiler has a known limitation here.CompileException(String message, Location location, Throwable cause) An infix"NYI"in the message string indicates that the compiler has a known limitation here. -
Method Summary
Methods inherited from class LocatedException
getLocation, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompileException
-
CompileException
-