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

Exception for a workbook with no visible worksheets More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::no_visible_worksheets:
xlnt::exception

Public Member Functions

 no_visible_worksheets ()
 Default constructor. More...
 
 no_visible_worksheets (const no_visible_worksheets &)=default
 Default copy constructor. More...
 
 ~no_visible_worksheets () 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

Exception for a workbook with no visible worksheets

Constructor & Destructor Documentation

◆ no_visible_worksheets() [1/2]

xlnt::no_visible_worksheets::no_visible_worksheets ( )

Default constructor.

◆ no_visible_worksheets() [2/2]

xlnt::no_visible_worksheets::no_visible_worksheets ( const no_visible_worksheets )
default

Default copy constructor.

◆ ~no_visible_worksheets()

xlnt::no_visible_worksheets::~no_visible_worksheets ( )
override

Destructor


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