Machine Learning Library
Public Member Functions | List of all members
CMysqlDatabaseException Class Reference

#include <MysqlDatabase.h>

Inheritance diagram for CMysqlDatabaseException:
CDatabaseException

Public Member Functions

 CMysqlDatabaseException (const char *msg, MYSQL *conn, const char *file, int line)
 
virtual const std::string getMessage () const
 
- Public Member Functions inherited from CDatabaseException
 CDatabaseException (const char *msg, const char *file, int line)
 
virtual ~CDatabaseException ()
 
const std::string getSourcefile () const
 
int getSourceline () const
 

Constructor & Destructor Documentation

CMysqlDatabaseException::CMysqlDatabaseException ( const char *  msg,
MYSQL *  conn,
const char *  file,
int  line 
)
inline

Member Function Documentation

virtual const std::string CMysqlDatabaseException::getMessage ( ) const
inlinevirtual

Reimplemented from CDatabaseException.

References CDatabaseException::getMessage().


The documentation for this class was generated from the following file: