org.codehaus.groovy.control
[Java] 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
public class MultipleCompilationErrorsException
extends CompilationFailedException
- Authors:
- Jochen Theodorou
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
collector
protected ErrorCollector collector
-
MultipleCompilationErrorsException
public MultipleCompilationErrorsException(ErrorCollector ec)
-
getErrorCollector
public ErrorCollector getErrorCollector()
-
getMessage
public String getMessage()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.