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:
- java.io.Serializable
 
 public class MultipleCompilationErrorsException extends CompilationFailedException Represents multiple other exceptions- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ErrorCollectorcollector- 
Fields inherited from class org.codehaus.groovy.control.CompilationFailedExceptionphase, unit
 
- 
 - 
Constructor SummaryConstructors Constructor Description MultipleCompilationErrorsException(ErrorCollector ec)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCollectorgetErrorCollector()java.lang.StringgetMessage()- 
Methods inherited from class org.codehaus.groovy.control.CompilationFailedExceptiongetUnit
 - 
Methods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
 
- 
 
- 
- 
- 
Field Detail- 
collectorprotected ErrorCollector collector 
 
- 
 - 
Constructor Detail- 
MultipleCompilationErrorsExceptionpublic MultipleCompilationErrorsException(ErrorCollector ec) 
 
- 
 - 
Method Detail- 
getErrorCollectorpublic ErrorCollector getErrorCollector() 
 - 
getMessagepublic java.lang.String getMessage() - Overrides:
- getMessagein class- GroovyRuntimeException
 
 
- 
 
-