org.deegree.cs.exceptions
Class UnknownCRSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.cs.exceptions.UnknownCRSException
All Implemented Interfaces:
Serializable

public class UnknownCRSException
extends Exception

The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.

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
UnknownCRSException(String crsName)
          Creates a simple Exception telling the user that the requested CoordinateSystem is unknown.
UnknownCRSException(String crsName, Throwable cause)
          Creates a simple Exception telling the user that the requested CoordinateSystem is unknown.
 
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

UnknownCRSException

public UnknownCRSException(String crsName)
Creates a simple Exception telling the user that the requested CoordinateSystem is unknown.

Parameters:
crsName - the name of the requested crs.

UnknownCRSException

public UnknownCRSException(String crsName,
                           Throwable cause)
Creates a simple Exception telling the user that the requested CoordinateSystem is unknown.

Parameters:
crsName - the name of the requested crs.
cause - of the exception.


Copyright © 2011. All Rights Reserved.