AOSharedServiceLibrary
Public Member Functions | Public Attributes | List of all members
AOSSL::BsonException Struct Reference

BSON Exception, used to store document-related errors. More...

#include <mongo_buffer_interface.h>

Inheritance diagram for AOSSL::BsonException:
Inheritance graph
[legend]
Collaboration diagram for AOSSL::BsonException:
Collaboration graph
[legend]

Public Member Functions

 BsonException (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

BSON Exception, used to store document-related errors.


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