BSON-specific exceptions.
Definition in file exception.hpp.
Go to the source code of this file.
Classes | |
class | formats::bson::BsonException |
Generic BSON-related exception. More... | |
class | formats::bson::ParseException |
BSON parsing error. More... | |
class | formats::bson::ExceptionWithPath |
class | formats::bson::TypeMismatchException |
BSON types mismatch error. More... | |
class | formats::bson::OutOfBoundsException |
BSON array indexing error. More... | |
class | formats::bson::MemberMissingException |
BSON nonexisting member access error. More... | |
class | formats::bson::ConversionException |
Conversion error. More... | |
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::bson |
BSON support. | |