Groovy 2.2.0

org.codehaus.groovy.control
[Java] Class ConfigurationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.codehaus.groovy.control.ConfigurationException
All Implemented Interfaces:
GroovyExceptionInterface

public class ConfigurationException
extends RuntimeException

Thrown when configuration data is invalid.

Authors:
Chris Poirier
Version:
\$Id\$


Field Summary
protected Exception cause

 
Constructor Summary
ConfigurationException(Exception cause)

Initializes the exception from a cause exception.

ConfigurationException(String message)

Initializes the exception with just a message.

 
Method Summary
Throwable getCause()

Returns the causing exception, if available.

boolean isFatal()

Its always fatal.

void setFatal(boolean fatal)

Set fatal is just ignored.

 
Methods inherited from class RuntimeException
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 Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Field Detail

cause

protected Exception cause


 
Constructor Detail

ConfigurationException

public ConfigurationException(Exception cause)
Initializes the exception from a cause exception.


ConfigurationException

public ConfigurationException(String message)
Initializes the exception with just a message.


 
Method Detail

getCause

public Throwable getCause()
Returns the causing exception, if available.


isFatal

public boolean isFatal()
Its always fatal.


setFatal

public void setFatal(boolean fatal)
Set fatal is just ignored.


 

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