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
public class CompilationFailedException
extends GroovyRuntimeException
Thrown when compilation fails from source errors.
- Version:
- $Id: CompilationFailedException.java 10493 2008-01-19 10:23:02Z russel $
- Author:
- Chris Poirier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
phase
protected int phase
unit
protected ProcessingUnit unit
CompilationFailedException
public CompilationFailedException(int phase,
ProcessingUnit unit,
Throwable cause)
CompilationFailedException
public CompilationFailedException(int phase,
ProcessingUnit unit)
getUnit
public ProcessingUnit getUnit()
- Returns the ProcessingUnit in which the error occurred.