Package net.sf.geographiclib
Class GeographicErr
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.geographiclib.GeographicErr
-
- All Implemented Interfaces:
Serializable
public class GeographicErr extends 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(String msg)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GeographicErr
public GeographicErr(String msg)
Constructor- Parameters:
msg
- a string message, which is accessible in the catch clause via getMessage().
-
-