#include <TableError.h>
Inheritance diagram for casa::TableArrayConformanceError:


Part of API
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 320 of file 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 () | |
| casa::TableArrayConformanceError::TableArrayConformanceError | ( | const String & | message, | |
| Category | c = CONFORMANCE | |||
| ) |
This constructor appends ": Table array conformance error" to the given message.
| casa::TableArrayConformanceError::~TableArrayConformanceError | ( | ) | throw () |
1.5.1