|
Tkrzw
|
Exception to convey the status of operations. More...
#include <tkrzw_lib_common.h>
Public Member Functions | |
| StatusException (const Status &status) | |
| Constructor. More... | |
| Status | GetStatus () const |
| Gets the status object. More... | |
| operator std::string () const | |
| Gets a string expression of the status. More... | |
Exception to convey the status of operations.
|
explicit |
Constructor.
| status | The status to convey. |
| Status tkrzw::StatusException::GetStatus | ( | ) | const |
Gets the status object.
| tkrzw::StatusException::operator std::string | ( | ) | const |
Gets a string expression of the status.