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:
- java.io.Serializable
public class CRSConfigurationException
- extends java.lang.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: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CRSConfigurationException
public CRSConfigurationException(java.lang.String message)
- Parameters:
message
- which describes the exception.
CRSConfigurationException
public CRSConfigurationException(java.lang.String message,
java.lang.Exception e)
- Parameters:
message
- another message.e
- which caused this CRSConfigurationException
CRSConfigurationException
public CRSConfigurationException(java.lang.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