casa
$Rev:20696$
|
An error thrown when two arrays do not conform. More...
#include <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 () |
An error thrown when two arrays do not conform.
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.
Initialize the message with "ArrayConformanceError".
casa::ArrayConformanceError::ArrayConformanceError | ( | const Char * | m, |
Category | c = CONFORMANCE |
||
) |
Initialize with a supplied message.
casa::ArrayConformanceError::ArrayConformanceError | ( | const String & | m, |
Category | c = CONFORMANCE |
||
) |
Initialize with a supplied message.
casa::ArrayConformanceError::~ArrayConformanceError | ( | ) | throw () |