Package org.locationtech.proj4j.geodesic
Class GeographicErr
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.locationtech.proj4j.geodesic.GeographicErr
-
- All Implemented Interfaces:
java.io.Serializable
public class GeographicErr extends java.lang.RuntimeException
Exception handling for GeographicLib.A class to handle exceptions. It's derived from RuntimeException so it can be caught by the usual catch clauses.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeographicErr(java.lang.String msg)
Constructor
-