Groovy 2.2.0

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\$


Field Summary
protected int phase

protected ProcessingUnit unit

 
Constructor Summary
CompilationFailedException(int phase, ProcessingUnit unit, Throwable cause)

CompilationFailedException(int phase, ProcessingUnit unit)

 
Method Summary
ProcessingUnit getUnit()

Formats the error data as a String.

 
Methods inherited from class GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
 
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
 

Field Detail

phase

protected int phase


unit

protected ProcessingUnit unit


 
Constructor Detail

CompilationFailedException

public CompilationFailedException(int phase, ProcessingUnit unit, Throwable cause)


CompilationFailedException

public CompilationFailedException(int phase, ProcessingUnit unit)


 
Method Detail

getUnit

public ProcessingUnit getUnit()
Formats the error data as a String.


 

Copyright © 2003-2013 The Codehaus. All rights reserved.