|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.eos.config.ConfigurationException
public class ConfigurationException
May throw if a configuration is not valid.
| Constructor Summary | |
|---|---|
ConfigurationException()
Creates a new instance. |
|
ConfigurationException(String message)
Creates a new instance. |
|
ConfigurationException(String message,
Throwable cause)
Creates a new instance. |
|
ConfigurationException(Throwable cause)
Creates a new instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException()
public ConfigurationException(String message)
message - a message.public ConfigurationException(Throwable cause)
cause - a cause exception.
public ConfigurationException(String message,
Throwable cause)
cause - a cause exception.message - a message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||