This is the complete list of members for formats::yaml::TypeMismatchException, including all inherited members.
Exception(std::string msg) (defined in formats::yaml::Exception) | formats::yaml::Exception | inlineexplicit |
ExceptionWithPath(std::string_view msg, std::string_view path) (defined in formats::yaml::ExceptionWithPath) | formats::yaml::ExceptionWithPath | explicit |
GetMessage() const noexcept (defined in formats::yaml::Exception) | formats::yaml::Exception | inline |
GetMessageWithoutPath() const noexcept (defined in formats::yaml::ExceptionWithPath) | formats::yaml::ExceptionWithPath | |
GetPath() const noexcept (defined in formats::yaml::ExceptionWithPath) | formats::yaml::ExceptionWithPath | |
TypeMismatchException(Type actual, Type expected, std::string_view path) (defined in formats::yaml::TypeMismatchException) | formats::yaml::TypeMismatchException | |
TypeMismatchException(int actual, int expected, std::string_view path) (defined in formats::yaml::TypeMismatchException) | formats::yaml::TypeMismatchException | |
TypeMismatchException(const YAML::Node &value, std::string_view expected_type, std::string_view path) (defined in formats::yaml::TypeMismatchException) | formats::yaml::TypeMismatchException | |
what() const noexcept final (defined in formats::yaml::Exception) | formats::yaml::Exception | inline |