userver: userver/formats/json/exception.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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>
+ 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.