#include <opentrep/OPENTREP_exceptions.hpp>
Public Member Functions | |
SQLDatabaseException (const std::string &iWhat) | |
const char * | what () const throw () |
Protected Attributes | |
std::string | _what |
SQL Database root exception.
Definition at line 321 of file OPENTREP_exceptions.hpp.
|
inline |
Constructor.
Definition at line 326 of file OPENTREP_exceptions.hpp.
References OPENTREP::RootException::RootException().
Referenced by OPENTREP::SQLDatabaseConnectionReleaseException::SQLDatabaseConnectionReleaseException(), OPENTREP::SQLDatabaseConnectionStringParsingException::SQLDatabaseConnectionStringParsingException(), OPENTREP::SQLDatabaseElementNotFoundException::SQLDatabaseElementNotFoundException(), OPENTREP::SQLDatabaseFileCannotBeCreatedException::SQLDatabaseFileCannotBeCreatedException(), OPENTREP::SQLDatabaseImpossibleConnectionException::SQLDatabaseImpossibleConnectionException(), OPENTREP::SQLDatabaseIndexCreationException::SQLDatabaseIndexCreationException(), OPENTREP::SQLDatabaseTableCreationException::SQLDatabaseTableCreationException(), and OPENTREP::SQLDatabaseUserCreationException::SQLDatabaseUserCreationException().
|
inlineinherited |
Give the details of the exception.
Definition at line 39 of file OPENTREP_exceptions.hpp.
References _what.
Referenced by OPENTREP::OpenTrepSearcher::init().
|
protectedinherited |
Details for the exception.
Definition at line 47 of file OPENTREP_exceptions.hpp.
Referenced by RootException(), RootException(), and what().