Base exception, providing constructors for setting the message.
More...
#include <Exception.h>
|
| using | SUPER = std::exception |
| |
Base exception, providing constructors for setting the message.
- Author
- Michael Imamura
| HoverRace::Exception::Exception |
( |
| ) |
|
|
inline |
| HoverRace::Exception::Exception |
( |
const std::string & |
msg | ) |
|
|
inline |
| HoverRace::Exception::Exception |
( |
const char * |
msg | ) |
|
|
inline |
| virtual HoverRace::Exception::~Exception |
( |
| ) |
|
|
inlinevirtualnoexcept |
| std::string& HoverRace::Exception::GetMessage |
( |
| ) |
|
|
inlineprotectednoexcept |
| const char* HoverRace::Exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
| std::string HoverRace::Exception::msg |
|
private |
The documentation for this class was generated from the following file: