org.deegree.cs.exceptions
Class CRSConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.deegree.cs.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: 30120 $, $Date: 2011-03-22 10:04:15 +0100 (Tue, 22 Mar 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $
See Also:
Serialized Form

Constructor Summary
CRSConfigurationException(Exception e)
           
CRSConfigurationException(String message)
           
CRSConfigurationException(String message, Exception e)
           
 
Method Summary
 
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

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


Copyright © 2011. All Rights Reserved.