Package org.codehaus.groovy
Class GroovyException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.codehaus.groovy.GroovyException
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- GroovyExceptionInterface
 - Direct Known Subclasses:
- ReadException,- SyntaxException
 
 public class GroovyException extends Exception implements GroovyExceptionInterface - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GroovyException()GroovyException(boolean fatal)GroovyException(String message)GroovyException(String message, boolean fatal)GroovyException(String message, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFatal()voidsetFatal(boolean fatal)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
isFatalpublic boolean isFatal() - Specified by:
- isFatalin interface- GroovyExceptionInterface
 
 - 
setFatalpublic void setFatal(boolean fatal) - Specified by:
- setFatalin interface- GroovyExceptionInterface
 
 
- 
 
-