Package org.codehaus.groovy
Class GroovyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
- All Implemented Interfaces:
- java.io.Serializable,- GroovyExceptionInterface
- Direct Known Subclasses:
- ReadException,- SyntaxException
public class GroovyException extends java.lang.Exception implements GroovyExceptionInterface
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description GroovyException()GroovyException(boolean fatal)GroovyException(java.lang.String message)GroovyException(java.lang.String message, boolean fatal)GroovyException(java.lang.String message, java.lang.Throwable cause)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
GroovyExceptionpublic GroovyException()
- 
GroovyExceptionpublic GroovyException(java.lang.String message)
- 
GroovyExceptionpublic GroovyException(java.lang.String message, java.lang.Throwable cause)
- 
GroovyExceptionpublic GroovyException(boolean fatal)
- 
GroovyExceptionpublic GroovyException(java.lang.String message, boolean fatal)
 
- 
- 
Method Details- 
isFatalpublic boolean isFatal()- Specified by:
- isFatalin interface- GroovyExceptionInterface
 
- 
setFatalpublic void setFatal(boolean fatal)- Specified by:
- setFatalin interface- GroovyExceptionInterface
 
 
-