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 | 
                            printStackTrace, printStackTrace, printStackTrace, getStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.