#include <WrongDBException.h>
Inherits std::exception.
Public Member Functions | |
WrongDBException (std::string const &filename) | |
virtual | ~WrongDBException () throw () |
virtual const char * | what () const throw () |
Definition at line 17 of file WrongDBException.h.
osmdb::WrongDBException::WrongDBException | ( | std::string const & | filename | ) |
Definition at line 15 of file WrongDBException.cpp.
osmdb::WrongDBException::~WrongDBException | ( | ) | throw () [virtual] |
Definition at line 20 of file WrongDBException.cpp.
const char * osmdb::WrongDBException::what | ( | ) | const throw () [virtual] |
Definition at line 24 of file WrongDBException.cpp.