Miind
Public Member Functions | Private Attributes | List of all members
GeomLib::GeomLibException Class Reference

#include <libs/GeomLib/GeomLibException.hpp>

Collaboration diagram for GeomLib::GeomLibException:
Collaboration graph

Public Member Functions

 GeomLibException (const string &description)
 
std::string description () const
 

Private Attributes

string _description
 

Detailed Description

Base class for all exceptions thrown in GeomLib.

Definition at line 30 of file GeomLibException.hpp.

Constructor & Destructor Documentation

GeomLib::GeomLibException::GeomLibException ( const string &  description)
inline

constructor

Definition at line 33 of file GeomLibException.hpp.

Member Function Documentation

std::string GeomLib::GeomLibException::description ( ) const
inline

message containing a description of the error

Definition at line 36 of file GeomLibException.hpp.

References _description.

Member Data Documentation

string GeomLib::GeomLibException::_description
private

Definition at line 39 of file GeomLibException.hpp.

Referenced by description().


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