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

Detailed Description

Exception classes for YAML module.

Definition in file exception.hpp.

Go to the source code of this file.

#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:

Classes

class  formats::yaml::Exception
 
class  formats::yaml::ParseException
 
class  formats::yaml::ExceptionWithPath
 
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.