AOSharedServiceLibrary
Public Member Functions | Public Attributes | List of all members
MongoException Struct Reference

Mongo Exception, used to store errors passed from Mongo. More...

#include <mongo_interface.h>

Inheritance diagram for MongoException:
Inheritance graph
[legend]
Collaboration diagram for MongoException:
Collaboration graph
[legend]

Public Member Functions

 MongoException (std::string msg)
 Create a Mongo Exception, and store the given error message.
 
const char * what () const throw ()
 Show the error message in readable format.
 

Public Attributes

std::string int_msg
 An error message passed on initialization.
 
const char * what_str
 

Detailed Description

Mongo Exception, used to store errors passed from Mongo.


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