Public Member Functions | |
GeographicErr (String msg) | |
Exception handling for GeographicLib.
A class to handle exceptions. It's derived from RuntimeException so it can be caught by the usual catch clauses.
Definition at line 16 of file GeographicErr.java.
|
inline |
Constructor
msg | a string message, which is accessible in the catch clause via getMessage(). |
Definition at line 23 of file GeographicErr.java.