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

Exception for a key that doesn't exist in a container More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::key_not_found:
xlnt::exception

Public Member Functions

 key_not_found (const std::string &key_name)
 Constructor with a key name. 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 for a key that doesn't exist in a container

Constructor & Destructor Documentation

◆ key_not_found()

xlnt::key_not_found::key_not_found ( const std::string &  key_name)
explicit

Constructor with a key name.


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