com.AndrewGray.geoutils
Class GreatCircle.DistanceTooLargeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.AndrewGray.geoutils.GreatCircle.DistanceTooLargeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GreatCircle

public class GreatCircle.DistanceTooLargeException
extends java.lang.Exception

thrown by applyBearingAndDistance and getTrack if the specified distance is larger than Math.PI/4 (~5000km)

See Also:
Serialized Form

Constructor Summary
GreatCircle.DistanceTooLargeException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GreatCircle.DistanceTooLargeException

public GreatCircle.DistanceTooLargeException()