|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.vfny.geoserver.global.ConfigurationException
Thrown when there is an error in configuration. Added a third constructor for ease of exception type changing.
| Constructor Summary | |
ConfigurationException(java.lang.String msg)
Constructs a new instance of ConfigurationException |
|
ConfigurationException(java.lang.String msg,
java.lang.Throwable exp)
Constructs a new instance of ConfigurationException |
|
ConfigurationException(java.lang.Throwable exp)
Constructs a new instance of ConfigurationException |
|
| 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 msg)
msg - A message explaining the exception
public ConfigurationException(java.lang.String msg,
java.lang.Throwable exp)
msg - A message explaining the exceptionexp - the throwable object which caused this exceptionpublic ConfigurationException(java.lang.Throwable exp)
exp - the throwable object which caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||