Package org.codehaus.groovy.control
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.control.ConfigurationException
- All Implemented Interfaces:
- Serializable,- GroovyExceptionInterface
Thrown when configuration data is invalid.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionConfigurationException(Exception cause) Initializes the exception from a cause exception.ConfigurationException(String message) Initializes the exception with just a message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
cause
 
- 
- 
Constructor Details- 
ConfigurationExceptionInitializes the exception from a cause exception.
- 
ConfigurationExceptionInitializes the exception with just a message.
 
- 
- 
Method Details- 
getCauseReturns the causing exception, if available.
- 
isFatalpublic boolean isFatal()It's always fatal.- Specified by:
- isFatalin interface- GroovyExceptionInterface
 
- 
setFatalpublic void setFatal(boolean fatal) Set fatal is just ignored.- Specified by:
- setFatalin interface- GroovyExceptionInterface
 
 
-