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

The data submitted which cannot be used directly in Excel files. It must be removed or escaped. More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::illegal_character:
xlnt::exception

Public Member Functions

 illegal_character (char c)
 Constructs an illegal_character exception thrown as a result of the given character. More...
 
 illegal_character (const illegal_character &)=default
 Default copy constructor. More...
 
 ~illegal_character () 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

The data submitted which cannot be used directly in Excel files. It must be removed or escaped.

Constructor & Destructor Documentation

◆ illegal_character() [1/2]

xlnt::illegal_character::illegal_character ( char  c)
explicit

Constructs an illegal_character exception thrown as a result of the given character.

◆ illegal_character() [2/2]

xlnt::illegal_character::illegal_character ( const illegal_character )
default

Default copy constructor.

◆ ~illegal_character()

xlnt::illegal_character::~illegal_character ( )
override

Destructor


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