Base class for all framework exceptions.
More...
#include <OficinaExceptions.hpp>
Base class for all framework exceptions.
◆ OficinaException() [1/2]
OficinaFramework::OficinaException::OficinaException |
( |
| ) |
|
Instantiates the exception with default error message.
◆ OficinaException() [2/2]
OficinaFramework::OficinaException::OficinaException |
( |
std::string |
message | ) |
|
Instantiates the exception with a given error message.
- Parameters
-
message | The message to be set to the exception. |
◆ GetMessage()
std::string OficinaFramework::OficinaException::GetMessage |
( |
| ) |
|
Gets the exception message.
- Returns
- An std::string containing the exception message.
◆ what()
virtual const char* OficinaFramework::OficinaException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ message
std::string OficinaFramework::OficinaException::message |
|
protected |
The documentation for this class was generated from the following file: