org.deegree.crs.exceptions
Class CRSConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deegree.crs.exceptions.CRSConfigurationException
- All Implemented Interfaces:
- Serializable
public class CRSConfigurationException
- extends RuntimeException
The CRSConfigurationException
can be used to inform the user of an configuration
exception. Because the Configuration cannot recover from this error, it is a subclass of
RuntimeException, as described in
http://java.sun.com/docs/books/tutorial/essential/exceptions/runtime.html (last ref: 02.01.2008).
- Version:
- $Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Mi, 17 Jun 2009) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CRSConfigurationException
public CRSConfigurationException(String message)
- Parameters:
message
- which describes the exception.
CRSConfigurationException
public CRSConfigurationException(String message,
Exception e)
- Parameters:
message
- another message.e
- which caused this CRSConfigurationException
CRSConfigurationException
public CRSConfigurationException(Exception e)
- Parameters:
e
- cause of this CRSConfigurationException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>