xlnt
|
Exception for a bad parameter value More...
#include <exceptions.hpp>
Public Member Functions | |
invalid_parameter () | |
Default constructor. More... | |
invalid_parameter (const invalid_parameter &)=default | |
Default copy constructor. More... | |
~invalid_parameter () override | |
Destructor More... | |
Public Member Functions inherited from xlnt::exception | |
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... | |
exception (const exception &)=default | |
Default copy constructor. More... | |
~exception () override | |
Destructor 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... | |
std::string | message () |
Gets the message containing extra information. More... | |
Exception for a bad parameter value
xlnt::invalid_parameter::invalid_parameter | ( | ) |
Default constructor.
|
default |
Default copy constructor.
|
override |
Destructor