BSON-specific exceptions. More...
Include dependency graph for exception.hpp:
This graph shows which files directly or indirectly include this file: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::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. | |
BSON-specific exceptions.
Definition in file exception.hpp.