Class ReprojectionRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.fmap.geom.exception.ReprojectionRuntimeException
All Implemented Interfaces:
Serializable

public class ReprojectionRuntimeException extends RuntimeException
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 Details

    • ReprojectionRuntimeException

      public ReprojectionRuntimeException(org.gvsig.crs.projection.lib.Projection from_p, org.gvsig.crs.projection.lib.Projection to_p, Point2D from_point, Throwable cause)