NGen
|
Custom exception indicating a problem when integrating with some external component. More...
#include <ExternalIntegrationException.hpp>
Public Member Functions | |
ExternalIntegrationException (char const *const message) noexcept | |
ExternalIntegrationException (std::string message) noexcept | |
ExternalIntegrationException (ExternalIntegrationException &exception) noexcept | |
ExternalIntegrationException (ExternalIntegrationException &&exception) noexcept | |
char const * | what () const noexcept override |
Private Attributes | |
std::string | what_message |
Custom exception indicating a problem when integrating with some external component.
Custom exception for indicating that the framework encountered a problem interoperating with some type of external component with which it should be integrated.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineoverridenoexcept |
References what_message.
|
private |
Referenced by what().