public class DXPConfigurationException extends DeltaXMLException
Indicates an error condition in the DXPConfiguration.
This class is the super-class of most of the checked exceptions thrown by the DXPConfiguration methods. As such it could be used for simplified, coarse-grain catch or throws clauses.
Constructor and Description |
---|
DXPConfigurationException(java.lang.String message)
Creates a new DXPConfigurationException.
|
DXPConfigurationException(java.lang.String message,
java.lang.Throwable t)
Creates a new DXPConfigurationException.
|
DXPConfigurationException(java.lang.Throwable t)
Creates a new DXPConfigurationException.
|
getCause, getThrowable
public DXPConfigurationException(java.lang.String message)
message
- The exception message Stringpublic DXPConfigurationException(java.lang.Throwable t)
t
- A nested throwable should it have lead to or caused this exceptionpublic DXPConfigurationException(java.lang.String message, java.lang.Throwable t)
message
- The exception message Stringt
- A nested throwable should it have lead to or caused this exception