![]() |
AOSharedServiceLibrary
|
Mongo Exception, used to store errors passed from Mongo. More...
#include <mongo_interface.h>


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 |
Mongo Exception, used to store errors passed from Mongo.
1.8.11