userver: userver/formats/yaml/exception.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
exception.hpp File Reference

Exception classes for YAML module. More...

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

Go to the source code of this file.

Classes

class  formats::yaml::Exception
 
class  formats::yaml::ParseException
 
class  formats::yaml::BadStreamException
 
class  formats::yaml::TypeMismatchException
 
class  formats::yaml::OutOfBoundsException
 
class  formats::yaml::MemberMissingException
 
class  formats::yaml::PathPrefixException
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::yaml
 YAML support.
 

Detailed Description

Exception classes for YAML module.

Definition in file exception.hpp.