|
xlnt - community edition
|
Exception for bad column indices in A1-style cell references. More...
#include <exceptions.hpp>
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... | |
Exception for bad column indices in A1-style cell references.
|
explicit |
Constructor with a column number.
|
explicit |
Constructor with a column.
|
explicit |
Constructor with a column string.
1.8.13