Table error; invalid column description. More...
#include <TableError.h>
Public Member Functions | |
TableInvColumnDesc (const String &columnName, const String &message, Category c=INVALID_ARGUMENT) | |
This constructor generates a message that the column with the given name has an invalid description. | |
~TableInvColumnDesc () throw () |
Table error; invalid column description.
Public interface
The description of a column is invalid. The given default manager is unknown (i.e. not registered in DataManReg.cc).
Definition at line 244 of file TableError.h.
casacore::TableInvColumnDesc::TableInvColumnDesc | ( | const String & | columnName, | |
const String & | message, | |||
Category | c = INVALID_ARGUMENT | |||
) |
This constructor generates a message that the column with the given name has an invalid description.
casacore::TableInvColumnDesc::~TableInvColumnDesc | ( | ) | throw () |