RowNotFoundException Class Reference

This exception is thrown when no row was found as the result of an SQL query. More...

#include <Exceptions.h>

Inherits std::runtime_error.

List of all members.

Public Member Functions

 RowNotFoundException (const std::string &arg)
 Construct a new RowNotFoundException with the specified message.


Detailed Description

This exception is thrown when no row was found as the result of an SQL query.

Definition at line 47 of file Exceptions.h.


Constructor & Destructor Documentation

RowNotFoundException::RowNotFoundException ( const std::string &  arg  )  [inline]

Construct a new RowNotFoundException with the specified message.

Definition at line 51 of file Exceptions.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo