public class UncheckedConfigurationException
extends java.lang.RuntimeException
ConfigurationException with an unchecked exception.| Constructor and Description |
|---|
UncheckedConfigurationException(org.apache.commons.configuration.ConfigurationException cause)
Constructs an instance of this class.
|
UncheckedConfigurationException(java.lang.String message,
org.apache.commons.configuration.ConfigurationException cause)
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.configuration.ConfigurationException |
getCause()
Returns the cause of this exception.
|
public UncheckedConfigurationException(java.lang.String message,
org.apache.commons.configuration.ConfigurationException cause)
message - the detail message, can be nullcause - the ConfigurationExceptionjava.lang.NullPointerException - if the cause is nullpublic UncheckedConfigurationException(org.apache.commons.configuration.ConfigurationException cause)
cause - the IOExceptionjava.lang.NullPointerException - if the cause is nullCopyright © 2011–2024 The Apache Software Foundation. All rights reserved.