casa
$Rev:20696$
|
Table error; table length conformance error. More...
#include <TableError.h>
Public Member Functions | |
TableConformanceError (const String &message, Category c=CONFORMANCE) | |
This constructor appends ": Table conformance error (\#rows mismatch)" to the given message. | |
~TableConformanceError () throw () |
Table error; table length conformance error.
Public interface
When putting a column, the length of the vector must match the length of the table (i.e. its number of rows). When getting a column, the length of the vector must be zero or it must match the length of the table.
Definition at line 383 of file TableError.h.
casa::TableConformanceError::TableConformanceError | ( | const String & | message, |
Category | c = CONFORMANCE |
||
) |
This constructor appends ": Table conformance error (\#rows mismatch)" to the given message.
casa::TableConformanceError::~TableConformanceError | ( | ) | throw () |