|
unilink
0.4.3
A simple C++ library for unified async communication
|
Exception thrown during input validation. More...
#include <exceptions.hpp>
Public Member Functions | |
| ValidationException (const std::string &message, const std::string ¶meter="", const std::string &expected="") | |
| const std::string & | get_parameter () const noexcept |
| const std::string & | get_expected () const noexcept |
| std::string | get_full_message () const |
Public Member Functions inherited from unilink::diagnostics::UnilinkException | |
| UnilinkException (const std::string &message, const std::string &component="", const std::string &operation="") | |
| const std::string & | get_component () const noexcept |
| const std::string & | get_operation () const noexcept |
| std::string | get_full_message () const |
Exception thrown during input validation.
Indicates that input parameters failed validation checks. Provides detailed information about what validation failed.
Definition at line 90 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 92 of file exceptions.hpp.
|
inlinenoexcept |
Definition at line 97 of file exceptions.hpp.
|
inline |
Definition at line 99 of file exceptions.hpp.
|
inlinenoexcept |
Definition at line 96 of file exceptions.hpp.