org.deegree.cs.exceptions
Class UnknownCRSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.