org.codehaus.groovy.control
Class MultipleCompilationErrorsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygroovy.lang.GroovyRuntimeException
                  extended byorg.codehaus.groovy.control.CompilationFailedException
                      extended byorg.codehaus.groovy.control.MultipleCompilationErrorsException
All Implemented Interfaces:
Serializable

public class MultipleCompilationErrorsException
extends CompilationFailedException

Author:
Jochen Theodorou
See Also:
Serialized Form

Field Summary
protected  ErrorCollector collector
           
 
Fields inherited from class org.codehaus.groovy.control.CompilationFailedException
phase, unit
 
Constructor Summary
MultipleCompilationErrorsException(ErrorCollector ec)
           
 
Method Summary
 ErrorCollector getErrorCollector()
           
 String getMessage()
           
 
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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collector

protected ErrorCollector collector
Constructor Detail

MultipleCompilationErrorsException

public MultipleCompilationErrorsException(ErrorCollector ec)
Method Detail

getErrorCollector

public ErrorCollector getErrorCollector()

getMessage

public String getMessage()
Overrides:
getMessage in class GroovyRuntimeException


Copyright © 2003-2007 The Codehaus. All Rights Reserved.