NGen
|
Custom exception indicating bad external model state. More...
#include <State_Exception.hpp>
Public Member Functions | |
State_Exception (char const *const message) noexcept | |
State_Exception (std::string message) noexcept | |
State_Exception (State_Exception &exception) noexcept | |
State_Exception (State_Exception &&exception) noexcept | |
virtual char const * | what () const noexcept override |
Private Attributes | |
std::string | what_message |
Custom exception indicating bad external model state.
Custom exception for indicating that an external model has, or at least potentially has, entered into an invalid state.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineoverridevirtualnoexcept |
References what_message.
Referenced by models::bmi::Bmi_Adapter::Initialize(), ngen::DomainLayer::update_models(), and ngen::Layer::update_models().
|
private |
Referenced by what().