Class sysc::NonFatalError
Definition: NonFatalError.hpp (line 23)
Provide a class for non-fatal errors.
Non-fatal errors are used to indicate that an error occurred, but the connection between the System Coupling Participant and the System Coupling is still valid.
Inherits from:
Members
Private attributes
Variable m_str
Definition: NonFatalError.hpp (line 33)
std::string sysc::NonFatalError::m_str
Type: std::string
Public functions
Function NonFatalError
sysc::NonFatalError::NonFatalError(std::string str)
Parameters:
- std::string str
Return type:
Function ~NonFatalError
sysc::NonFatalError::~NonFatalError() noexcept override=default
Return type:
Function what
const char* sysc::NonFatalError::what() const noexcept override
Return type: const char *