public class ConfigurationException
extends RuntimeException
implements GroovyExceptionInterface
Thrown when configuration data is invalid.
| Constructor and description |
|---|
ConfigurationException(Exception cause)Initializes the exception from a cause exception. |
ConfigurationException(String message)Initializes the exception with just a message. |
| Methods inherited from class | Name |
|---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Initializes the exception from a cause exception.
Initializes the exception with just a message.
Returns the causing exception, if available.
It's always fatal.
Set fatal is just ignored.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.