rili::JSON::SyntaxError Class Referencefinal
  
Inheritance diagram for rili::JSON::SyntaxError:
Collaboration diagram for rili::JSON::SyntaxError:
| Public Member Functions | |
| SyntaxError (size_t position) noexcept | |
| const char * | what () const noexceptoverride | 
| size_t | position () const noexcept | 
Constructor & Destructor Documentation
| 
 | explicitnoexcept | 
SyntaxError used to construct exception with known position of error in original JSON string.
- Parameters
- 
  position aproximate place where error was found 
Member Function Documentation
| 
 | noexcept | 
position used to retrieve error position
- Returns
- postion
| 
 | overridenoexcept | 
what is used to retrieve exception message
- Returns
- exception message
The documentation for this class was generated from the following file:
- rili/JSON.hpp
 
          
          
 1.8.11
 1.8.11