Public Member Functions | |
ExcWrongNumberOfDataEntries (const std::string a1, const int a2, const std::string a3, const int a4) | |
virtual | ~ExcWrongNumberOfDataEntries () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const std::string | arg1 |
const int | arg2 |
const std::string | arg3 |
const int | arg4 |
TableHandler::ExcWrongNumberOfDataEntries::ExcWrongNumberOfDataEntries | ( | const std::string | a1, | |
const int | a2, | |||
const std::string | a3, | |||
const int | a4 | |||
) | [inline] |
virtual TableHandler::ExcWrongNumberOfDataEntries::~ExcWrongNumberOfDataEntries | ( | ) | throw () [inline, virtual] |
virtual void TableHandler::ExcWrongNumberOfDataEntries::print_info | ( | std::ostream & | out | ) | const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
const std::string TableHandler::ExcWrongNumberOfDataEntries::arg1 [private] |
const int TableHandler::ExcWrongNumberOfDataEntries::arg2 [private] |
const std::string TableHandler::ExcWrongNumberOfDataEntries::arg3 [private] |
const int TableHandler::ExcWrongNumberOfDataEntries::arg4 [private] |