Groovy 2.2.0

org.codehaus.groovy
[Java] Class GroovyException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          org.codehaus.groovy.GroovyException
All Implemented Interfaces:
GroovyExceptionInterface

public class GroovyException
extends Exception

Constructor Summary
GroovyException()

GroovyException(String message)

GroovyException(String message, Throwable cause)

GroovyException(boolean fatal)

GroovyException(String message, boolean fatal)

 
Method Summary
boolean isFatal()

void setFatal(boolean fatal)

 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

GroovyException

public GroovyException()


GroovyException

public GroovyException(String message)


GroovyException

public GroovyException(String message, Throwable cause)


GroovyException

public GroovyException(boolean fatal)


GroovyException

public GroovyException(String message, boolean fatal)


 
Method Detail

isFatal

public boolean isFatal()


setFatal

public void setFatal(boolean fatal)


 

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