|
| Exception (const std::string &msg) |
| Constructor.
|
|
virtual void | setException (const std::string &exception_message) |
| Set exception message.
|
|
const char * | what () const override throw () |
| Return exception message.
|
|
| ~Exception () override throw () =default |
| Destructor.
|
|
Definition at line 93 of file HDFSP.h.
◆ Exception()
HDFSP::Exception::Exception |
( |
const std::string & | msg | ) |
|
|
inlineexplicit |
Constructor.
Definition at line 98 of file HDFSP.h.
◆ ~Exception()
HDFSP::Exception::~Exception |
( |
| ) |
|
throw | ( | ) | | | |
|
overridedefault |
◆ setException()
virtual void HDFSP::Exception::setException |
( |
const std::string & | exception_message | ) |
|
|
inlinevirtual |
Set exception message.
Definition at line 113 of file HDFSP.h.
◆ what()
const char * HDFSP::Exception::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlineoverride |
Return exception message.
Definition at line 107 of file HDFSP.h.
The documentation for this class was generated from the following file: