org.codehaus.groovy
Interface GroovyExceptionInterface

All Known Implementing Classes:
ConfigurationException, GroovyException

public interface GroovyExceptionInterface

An interface for use by all Groovy compiler exceptions.


Method Summary
 boolean isFatal()
           
 void setFatal(boolean fatal)
           
 

Method Detail

isFatal

public boolean isFatal()

setFatal

public void setFatal(boolean fatal)


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