xlnt
Public Member Functions | List of all members
xlnt::unhandled_switch_case Class Reference

Debug exception for a switch that fell through to the default case More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::unhandled_switch_case:
xlnt::exception

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...
 
std::string message ()
 Gets the message containing extra information. More...
 

Detailed Description

Debug exception for a switch that fell through to the default case

Constructor & Destructor Documentation

◆ unhandled_switch_case() [1/2]

xlnt::unhandled_switch_case::unhandled_switch_case ( )

Default constructor.

◆ unhandled_switch_case() [2/2]

xlnt::unhandled_switch_case::unhandled_switch_case ( const unhandled_switch_case )
default

Default copy constructor.

◆ ~unhandled_switch_case()

xlnt::unhandled_switch_case::~unhandled_switch_case ( )
override

Destructor


The documentation for this class was generated from the following file: