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

Exception for bad column indices in A1-style cell references. More...

#include <exceptions.hpp>

Inheritance diagram for xlnt::invalid_column_index:
xlnt::exception

Public Member Functions

 invalid_column_index (column_t::index_t column_index)
 Constructor with a column number. More...
 
 invalid_column_index (column_t column)
 Constructor with a column. More...
 
 invalid_column_index (const std::string &column_str)
 Constructor with a column string. 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 bad column indices in A1-style cell references.

Constructor & Destructor Documentation

◆ invalid_column_index() [1/3]

xlnt::invalid_column_index::invalid_column_index ( column_t::index_t  column_index)
explicit

Constructor with a column number.

◆ invalid_column_index() [2/3]

xlnt::invalid_column_index::invalid_column_index ( column_t  column)
explicit

Constructor with a column.

◆ invalid_column_index() [3/3]

xlnt::invalid_column_index::invalid_column_index ( const std::string &  column_str)
explicit

Constructor with a column string.


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