xlnt - community edition
Public Member Functions | List of all members
xlnt::invalid_attribute Class Reference

Exception when getting a class's attribute before being set/initialized, or when setting a class's attribute to an invalid value. More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::invalid_attribute:
xlnt::exception

Public Member Functions

 invalid_attribute (const std::string &message)
 Constructor with a message. 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...
 
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...
 

Detailed Description

Exception when getting a class's attribute before being set/initialized, or when setting a class's attribute to an invalid value.

Constructor & Destructor Documentation

◆ invalid_attribute()

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

Constructor with a message.


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