userver: formats::json::parser::ParseError Class Reference
Loading...
Searching...
No Matches
formats::json::parser::ParseError Class Reference

Detailed Description

Definition at line 29 of file exception.hpp.

+ Inheritance diagram for formats::json::parser::ParseError:

Public Member Functions

 ParseError (size_t pos, std::string_view path, std::string what)
 
 ParseError (const ParseError &)=default
 
 ParseError (ParseError &&)=default
 
ParseErroroperator= (const ParseError &)=default
 
ParseErroroperator= (ParseError &&)=default
 
 Exception (std::string msg)
 
const char * what () const noexcept final
 
std::string_view GetMessage () const noexcept
 

Constructor & Destructor Documentation

◆ ParseError()

formats::json::parser::ParseError::ParseError ( size_t pos,
std::string_view path,
std::string what )
inline

Definition at line 31 of file exception.hpp.

Member Function Documentation

◆ Exception()

formats::json::Exception::Exception ( std::string msg)
inlineexplicitinherited

Definition at line 18 of file exception.hpp.

◆ GetMessage()

std::string_view formats::json::Exception::GetMessage ( ) const
inlinenoexceptinherited

Definition at line 24 of file exception.hpp.


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