|
unilink
0.4.3
A simple C++ library for unified async communication
|
Exception thrown during builder operations. More...
#include <exceptions.hpp>
Public Member Functions | |
| BuilderException (const std::string &message, const std::string &builder_type="", const std::string &operation="") | |
| const std::string & | get_builder_type () 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 builder operations.
Indicates errors that occur during the construction or configuration of communication channels using the Builder pattern.
Definition at line 64 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 66 of file exceptions.hpp.
|
inlinenoexcept |
Definition at line 70 of file exceptions.hpp.
|
inline |
Definition at line 72 of file exceptions.hpp.