|
|||||||||
| 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
com.pietschy.command.configuration.ConfigurationException
public class ConfigurationException
Thrown if an error occurs while configuring a command.
ConfigurationLoader.configure(Command),
Serialized Form| Constructor Summary | |
|---|---|
ConfigurationException(java.lang.String message)
Creates an exception with the specified message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
Creates an exception with the specified message and root cause. |
|
| 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(java.lang.String message)
message - the exception message.
public ConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
message - the exception message.throwable - the root cause of the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||