View on GitHub
jbson
C++11/1y BSON library
Public Member Functions | List of all members
jbson::invalid_element_type Struct Reference

Exception type thrown when an element has a type value not represented by element_type. More...

#include <error.hpp>

+ Inheritance diagram for jbson::invalid_element_type:

Public Member Functions

const char * what () const noexceptoverride
 Returns name of exception.
 
- Public Member Functions inherited from jbson::jbson_error
const char * what () const noexceptoverride
 Returns name of exception.
 

Detailed Description

Exception type thrown when an element has a type value not represented by element_type.

Definition at line 31 of file error.hpp.


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