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
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeographicErr
Constructor- Parameters:
msg
- a string message, which is accessible in the catch clause via getMessage().
-