Package org.codehaus.groovy
Interface GroovyExceptionInterface
- All Known Implementing Classes:
- ASTParserException,- ConfigurationException,- GroovyException,- IncorrectTypeHintException,- ParserException,- ReadException,- SyntaxException,- TokenException,- TokenMismatchException
public interface GroovyExceptionInterface
An interface for use by all Groovy compiler exceptions.
- 
Method Summary
- 
Method Details- 
isFatalboolean isFatal()
- 
setFatalvoid setFatal(boolean fatal)
 
-