userver: userver/formats/json/exception.hpp File Reference
Loading...
Searching...
No Matches
exception.hpp File Reference

Detailed Description

Exception classes for JSON module.

Definition in file exception.hpp.

Go to the source code of this file.

#include <iosfwd>
#include <stdexcept>
#include <string>
#include <string_view>
+ Include dependency graph for exception.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  formats::json::Exception
 
class  formats::json::ParseException
 
class  formats::json::ExceptionWithPath
 
class  formats::json::BadStreamException
 
class  formats::json::TypeMismatchException
 
class  formats::json::OutOfBoundsException
 
class  formats::json::MemberMissingException
 
class  formats::json::ConversionException
 Conversion error. More...
 
class  formats::json::UnknownDiscriminatorException
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::json
 JSON support.