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

Exception for attempting to use a feature which is not supported More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::unsupported:
xlnt::exception

Public Member Functions

 unsupported (const std::string &message)
 Constructs an unsupported exception with a message describing the unsupported feature. More...
 
 unsupported (const unsupported &)=default
 Default copy constructor. More...
 
 ~unsupported () 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 attempting to use a feature which is not supported

Constructor & Destructor Documentation

◆ unsupported() [1/2]

xlnt::unsupported::unsupported ( const std::string &  message)
explicit

Constructs an unsupported exception with a message describing the unsupported feature.

◆ unsupported() [2/2]

xlnt::unsupported::unsupported ( const unsupported )
default

Default copy constructor.

◆ ~unsupported()

xlnt::unsupported::~unsupported ( )
override

Destructor


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