Updraft  1.0
Open source glider flight visualisation tool.
GeographicLib::GeographicErr Class Reference

Exception handling for GeographicLib. More...

#include <Constants.hpp>

Inheritance diagram for GeographicLib::GeographicErr:
Collaboration diagram for GeographicLib::GeographicErr:

List of all members.

Public Member Functions

 GeographicErr (const std::string &msg)
 Constructor.

Detailed Description

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:


Constructor & Destructor Documentation

GeographicLib::GeographicErr::GeographicErr ( const std::string &  msg) [inline]

Constructor.

Parameters:
[in]msga string message, which is accessible in the catch clause, via what().

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines