org.deegree.crs.exceptions |
The exception package holds the exceptions which can be used for all crs-transforms and projections.
@author Rutger Bezema
@author last edited by: $Author: rbezema $
@version $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mrz 2007)$
|
Java Source File Name | Type | Comment |
CRSConfigurationException.java | Class | The CRSConfigurationException can be used to inform the user of an configuration exception. |
CRSException.java | Class | A CRSException will inform the user that an error occurred while transforming, projecting or creating
a crs. |
ProjectionException.java | Class | The ProjectionException class can be thrown if the projection runs into a problem while projecting
coordinates. |
TransformationException.java | Class | The TransformationException class can be thrown if a transformation exception occurs. |