Package org.codehaus.groovy
Interface GroovyExceptionInterface
- 
- All Known Implementing Classes:
- ASTParserException,- ConfigurationException,- GroovyException,- IncorrectTypeHintException,- ParserException,- ReadException,- SyntaxException,- TokenException,- TokenMismatchException
 
 public interface GroovyExceptionInterfaceAn interface for use by all Groovy compiler exceptions.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFatal()voidsetFatal(boolean fatal)
 
-