[Java] Class MultipleCompilationErrorsException
- org.codehaus.groovy.control.MultipleCompilationErrorsException
Represents multiple other exceptions
Field Summary
Modifiers | Name | Description |
---|---|---|
protected ErrorCollector | collector |
Fields inherited from class | Fields |
---|---|
class CompilationFailedException | phase, unit |
Constructor Summary
Constructor and description |
---|
MultipleCompilationErrorsException
(ErrorCollector ec) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
ErrorCollector |
getErrorCollector() | |
String |
getMessage() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class CompilationFailedException | getUnit |
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Field Detail
protected ErrorCollector collector
Constructor Detail
public MultipleCompilationErrorsException(ErrorCollector ec)
Method Detail
public ErrorCollector getErrorCollector()
public String getMessage()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/control/MultipleCompilationErrorsException.html