casa
$Rev:20696$
|
Table error; non-conformant array. More...
#include <TableError.h>
Public Member Functions | |
TableArrayConformanceError (const String &message, Category c=CONFORMANCE) | |
This constructor appends ": Table array conformance error" to the given message. | |
~TableArrayConformanceError () throw () |
Table error; non-conformant array.
Public interface
When putting a direct array, the shape of the array must conform the shape as defined for the table array. When getting an array, the receiving array must be zero-length or it must conform the shape of the table array.
Definition at line 360 of file TableError.h.
casa::TableArrayConformanceError::TableArrayConformanceError | ( | const String & | message, |
Category | c = CONFORMANCE |
||
) |
This constructor appends ": Table array conformance error" to the given message.