|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Thrown when configuration data is invalid.
| Field Summary | |
|---|---|
Exception |
cause
|
| Constructor Summary | |
ConfigurationException(Exception cause)
Initializes the exception from a cause exception. |
|
ConfigurationException(String message)
Initializes the exception with just a message. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Returns the causing exception, if available. |
boolean |
isFatal()
Its always fatal. |
void |
setFatal(boolean fatal)
Set fatal is just ignored. |
| Constructor Detail |
|---|
public ConfigurationException(Exception cause)
public ConfigurationException(String message)
| Method Detail |
|---|
public Throwable getCause()
public boolean isFatal()
public void setFatal(boolean fatal)