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

Exception for encoding errors More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::encoding_error:
xlnt::exception

Public Member Functions

 encoding_error (const std::string &message)
 Constructs an encoding_error exception with a message describing the encoding error. 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 encoding errors

Constructor & Destructor Documentation

◆ encoding_error()

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

Constructs an encoding_error exception with a message describing the encoding error.


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