#include <ArrayError.h>
Inheritance diagram for casa::ArrayConformanceError:


The ArrayConformanceError class is the base class for all errors thrown because two arrays are not conformant. See also the ArrayShapeError and ArrayNDimError classes which are derived from it. This error, or one derived from it, os normally thrown from a binary operation (arithmetic, logical, assignment, etc).
Definition at line 114 of file ArrayError.h.
Public Member Functions | |
| ArrayConformanceError (Category c=CONFORMANCE) | |
| Initialize the message with "ArrayConformanceError". | |
| ArrayConformanceError (const Char *m, Category c=CONFORMANCE) | |
| Initialize with a supplied message. | |
| ArrayConformanceError (const String &m, Category c=CONFORMANCE) | |
| Initialize with a supplied message. | |
| ~ArrayConformanceError () throw () | |
| casa::ArrayConformanceError::ArrayConformanceError | ( | Category | c = CONFORMANCE |
) |
Initialize the message with "ArrayConformanceError".
Initialize with a supplied message.
Initialize with a supplied message.
| casa::ArrayConformanceError::~ArrayConformanceError | ( | ) | throw () |
1.5.1