Package org.codehaus.groovy.control
Class CompilationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.control.CompilationFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultipleCompilationErrorsException
Thrown when compilation fails from source errors.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCompilationFailedException
(int phase, ProcessingUnit unit) CompilationFailedException
(int phase, ProcessingUnit unit, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetUnit()
Returns the ProcessingUnit in which the error occurred.Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
phase
protected int phase -
unit
-
-
Constructor Details
-
CompilationFailedException
-
CompilationFailedException
-
-
Method Details
-
getUnit
Returns the ProcessingUnit in which the error occurred.
-