public class CompilationFailedException extends GroovyRuntimeException
Thrown when compilation fails from source errors.
| Constructor and description |
|---|
CompilationFailedException(int phase, ProcessingUnit unit, Throwable cause) |
CompilationFailedException(int phase, ProcessingUnit unit) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public ProcessingUnit |
getUnit() |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.