#include <PropertiesSelectionException.h>
Inherits std::exception.
Public Member Functions | |
PropertiesSelectionException (std::string const &problem) | |
virtual | ~PropertiesSelectionException () throw () |
const char * | what () const throw () |
Definition at line 17 of file PropertiesSelectionException.h.
osmdb::PropertiesSelectionException::PropertiesSelectionException | ( | std::string const & | problem | ) |
Definition at line 13 of file PropertiesSelectionException.cpp.
osmdb::PropertiesSelectionException::~PropertiesSelectionException | ( | ) | throw () [virtual] |
Definition at line 18 of file PropertiesSelectionException.cpp.
const char * osmdb::PropertiesSelectionException::what | ( | ) | const throw () |
Definition at line 22 of file PropertiesSelectionException.cpp.