|
xlnt - community edition
|
Debug exception for a switch that fell through to the default case More...
#include <exceptions.hpp>
Public Member Functions | |
| unhandled_switch_case () | |
| Default constructor. More... | |
| unhandled_switch_case (const unhandled_switch_case &)=default | |
| Default copy constructor. More... | |
| ~unhandled_switch_case () 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... | |
| const std::string & | message () |
| Gets the message containing extra information. More... | |
Debug exception for a switch that fell through to the default case
| xlnt::unhandled_switch_case::unhandled_switch_case | ( | ) |
Default constructor.
|
default |
Default copy constructor.
|
override |
Destructor
1.8.13