org.deegree.cs.exceptions
Class CRSConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deegree.cs.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: 23245 $, $Date: 2010-03-25 10:45:24 +0100 (Do, 25. Mär 2010) $
- Author:
- Rutger Bezema, last edited by: $Author: rbezema $
- 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
Copyright © 2011. All Rights Reserved.