DbError Class Reference

#include <Pt/Db/DbError.h>

Base class for database errors.

Inherited by ConnectionError, and QueryFailed.

Public Member Functions

 DbError (const std::string &what)
 Constructs the error with message what.
 ~DbError () throw ()
 Destructor.