Exception handling for GeographicLib. More...
#include <Constants.hpp>
Public Member Functions | |
GeographicErr (const std::string &msg) | |
Exception handling for GeographicLib.
A class to handle exceptions. It's derived from std::runtime_error so it can be caught by the usual catch clauses.
Example of use:
Definition at line 389 of file Constants.hpp.
|
inline |
Constructor
[in] | msg | a string message, which is accessible in the catch clause via what(). |
Definition at line 398 of file Constants.hpp.