userver: formats::yaml::TypeMismatchException Class Reference
Loading...
Searching...
No Matches
formats::yaml::TypeMismatchException Class Reference

Detailed Description

Definition at line 51 of file exception.hpp.

+ Inheritance diagram for formats::yaml::TypeMismatchException:

Public Member Functions

 TypeMismatchException (Type actual, Type expected, std::string_view path)
 
 TypeMismatchException (int actual, int expected, std::string_view path)
 
 TypeMismatchException (const YAML::Node &value, std::string_view expected_type, std::string_view path)
 
std::string_view GetPath () const noexcept
 
std::string_view GetMessageWithoutPath () const noexcept
 
const charwhat () const noexcept final
 
std::string_view GetMessage () const noexcept
 

Member Function Documentation

◆ GetMessage()

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

Definition at line 23 of file exception.hpp.

◆ what()

const char * formats::yaml::Exception::what ( ) const
inlinefinalnoexceptinherited

Definition at line 21 of file exception.hpp.


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