Base class for all exceptions related to reaction operations.
More...
#include <error_reaction.h>
|
| | ReactionError (const std::string &msg, const std::string &reactionId) |
| |
| const char * | what () const noexcept override |
| |
| | GridFireError (std::string msg) |
| |
| const char * | what () const noexcept override |
| |
Base class for all exceptions related to reaction operations.
This exception is the parent for more specific reaction-related errors. Catching this type will catch any exception originating from reaction handling.
◆ ReactionError()
| gridfire::exceptions::ReactionError::ReactionError |
( |
const std::string & |
msg, |
|
|
const std::string & |
reactionId |
|
) |
| |
|
inline |
◆ what()
| const char * gridfire::exceptions::ReactionError::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ m_message
| std::string gridfire::exceptions::ReactionError::m_message |
|
private |
◆ m_reactionID
| std::string gridfire::exceptions::ReactionError::m_reactionID |
|
private |
The documentation for this class was generated from the following file: