Package org.codehaus.groovy.control
Class MultipleCompilationErrorsException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- groovy.lang.GroovyRuntimeException
 - 
- org.codehaus.groovy.control.CompilationFailedException
 - 
- org.codehaus.groovy.control.MultipleCompilationErrorsException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class MultipleCompilationErrorsException extends CompilationFailedException
Represents multiple other exceptions- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected ErrorCollectorcollector- 
Fields inherited from class org.codehaus.groovy.control.CompilationFailedException
phase, unit 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MultipleCompilationErrorsException(ErrorCollector ec) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCollectorgetErrorCollector()StringgetMessage()- 
Methods inherited from class org.codehaus.groovy.control.CompilationFailedException
getUnit 
- 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
collector
protected ErrorCollector collector
 
 - 
 
- 
Constructor Detail
- 
MultipleCompilationErrorsException
public MultipleCompilationErrorsException(ErrorCollector ec)
 
 - 
 
- 
Method Detail
- 
getErrorCollector
public ErrorCollector getErrorCollector()
 
- 
getMessage
public String getMessage()
- Overrides:
 getMessagein classGroovyRuntimeException
 
 - 
 
 -