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
collector
protected ErrorCollector collector
MultipleCompilationErrorsException
public MultipleCompilationErrorsException(ErrorCollector ec)
getErrorCollector
public ErrorCollector getErrorCollector()
getMessage
public String getMessage()
- Overrides:
getMessage
in class GroovyRuntimeException
Copyright © 2003-2007 The Codehaus. All Rights Reserved.