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
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReprojectionRuntimeException
public ReprojectionRuntimeException(org.cresques.cts.IProjection from_p,
org.cresques.cts.IProjection to_p,
Point2D from_point,
Throwable cause)
Copyright © 2004-2013 gvSIG. All Rights Reserved.