GeographicLib::GeographicErr Class Reference

Exception handling for GeographicLib More...

#include <GeographicLib/Constants.hpp>

List of all members.

Public Member Functions

 GeographicErr (const std::string &msg)

Detailed Description

Exception handling for GeographicLib

A class to handle exceptions. It's derived off std::runtime_error so it can be caught by the usual catch clauses.

Definition at line 362 of file Constants.hpp.


Constructor & Destructor Documentation

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

Constructor takes a string message, msg, which is accessible in the catch clause, via what().

Definition at line 369 of file Constants.hpp.


The documentation for this class was generated from the following file:

Generated on 21 May 2010 for GeographicLib by  doxygen 1.6.1