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
- Author:
- Jochen Theodorou
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
collector
protected ErrorCollector collector
MultipleCompilationErrorsException
public MultipleCompilationErrorsException(ErrorCollector ec)
getErrorCollector
public ErrorCollector getErrorCollector()
getMessage
public String getMessage()
- Overrides:
getMessage
in class GroovyRuntimeException