org.gvsig.fmap.geom.exception
Class ReprojectionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ReprojectionRuntimeException(org.cresques.cts.IProjection from_p, org.cresques.cts.IProjection to_p, Point2D from_point, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.