public class ConfigurationException
extends java.lang.IllegalArgumentException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
configKey |
Constructor and Description |
---|
ConfigurationException(java.lang.String message)
Constructor.
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
ConfigurationException(java.lang.Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
defineConfigKey(java.lang.String configKey)
Set the offending configuration key if not yet set.
|
java.lang.String |
getConfigKey()
Get the offending configuration key.
|
protected java.lang.Throwable |
getThrowableCause()
Get the original cause of an exception.
|
void |
setConfigKey(java.lang.String configKey)
Set the offending configuration key.
|
java.lang.String |
toString() |
public ConfigurationException(java.lang.String message)
public ConfigurationException(java.lang.String message, java.lang.Throwable cause)
public ConfigurationException(java.lang.Throwable cause)
public void setConfigKey(java.lang.String configKey)
public void defineConfigKey(java.lang.String configKey)
public java.lang.String getConfigKey()
protected java.lang.Throwable getThrowableCause()
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2013 Dassault Systèmes, All Rights Reserved.