|
xlnt - community edition
|
Parent type of all custom exceptions thrown in this library. More...
#include <exceptions.hpp>
Public Member Functions | |
| exception (const std::string &message) | |
| Constructs an exception with a message. This message will be returned by std::exception::what(), an inherited member of this class. More... | |
| void | message (const std::string &message) |
| Sets the message after the xlnt::exception is constructed. This can show more specific information than std::exception::what(). More... | |
| const std::string & | message () |
| Gets the message containing extra information. More... | |
Parent type of all custom exceptions thrown in this library.
|
explicit |
Constructs an exception with a message. This message will be returned by std::exception::what(), an inherited member of this class.
| void xlnt::exception::message | ( | const std::string & | message | ) |
Sets the message after the xlnt::exception is constructed. This can show more specific information than std::exception::what().
| const std::string& xlnt::exception::message | ( | ) |
Gets the message containing extra information.
1.8.13