| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.vfny.geoserver.global.ConfigurationException
ConfigurationException | public class ConfigurationException extends Exception (Code) | | Thrown when there is an error in configuration. Added a third constructor
for ease of exception type chaining.
author: Chris Holmes author: dzwiers version: $Id: ConfigurationException.java 6326 2007-03-15 18:36:40Z jdeolive $ |
ConfigurationException | public ConfigurationException(String msg)(Code) | | Constructs a new instance of ConfigurationException
Parameters: msg - A message explaining the exception |
ConfigurationException | public ConfigurationException(String msg, Throwable exp)(Code) | | Constructs a new instance of ConfigurationException
Parameters: msg - A message explaining the exception Parameters: exp - the throwable object which caused this exception |
ConfigurationException | public ConfigurationException(Throwable exp)(Code) | | Constructs a new instance of ConfigurationException
Parameters: exp - the throwable object which caused this exception |
|
|
|