org.codehaus.groovy.control
[Java] Class CompilationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.control.CompilationFailedException
public class CompilationFailedException
extends GroovyRuntimeException
Thrown when compilation fails from source errors.
- Authors:
- Chris Poirier
- Version:
- \$Id\$
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
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()
- Formats the error data as a String.
Copyright © 2003-2013 The Codehaus. All rights reserved.