#include <InvalidUseException.h>
Inherits std::exception.
Public Member Functions | |
InvalidUseException (std::string const &msg) | |
virtual const char * | what () const throw () |
virtual | ~InvalidUseException () throw () |
Definition at line 6 of file InvalidUseException.h.
sqlite::InvalidUseException::InvalidUseException | ( | std::string const & | msg | ) |
Definition at line 6 of file InvalidUseException.cpp.
sqlite::InvalidUseException::~InvalidUseException | ( | ) | throw () [virtual] |
Definition at line 11 of file InvalidUseException.cpp.
char const * sqlite::InvalidUseException::what | ( | ) | const throw () [virtual] |
Definition at line 15 of file InvalidUseException.cpp.