org.codehaus.groovy
Interface GroovyExceptionInterface

All Known Implementing Classes:
ASTParserException, ConfigurationException, GroovyException, ParserException, ReadException, SyntaxException, TokenException, TokenMismatchException

public interface GroovyExceptionInterface

An interface for use by all Groovy compiler exceptions.


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

Method Detail

isFatal

boolean isFatal()

setFatal

void setFatal(boolean fatal)

Copyright © 2003-2010 The Codehaus. All rights reserved.