Package org.gvsig.fmap.geom.exception
Class ReprojectionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.fmap.geom.exception.ReprojectionRuntimeException
- All Implemented Interfaces:
Serializable
This exception is thrown when the reprojection library is unable to
reproject and we need to notify that there was a problem
(so far, the reproject method in Geometry API does not
throw a standard exception)
- Author:
- jldominguez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReprojectionRuntimeException(org.gvsig.crs.projection.lib.Projection from_p, org.gvsig.crs.projection.lib.Projection to_p, Point2D from_point, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReprojectionRuntimeException
-