casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::ArrayConformanceError Class Reference

An error thrown when two arrays do not conform. More...

#include <ArrayError.h>

Inheritance diagram for casa::ArrayConformanceError:
casa::ArrayError casa::AipsError casa::ArrayNDimError casa::ArrayShapeError

List of all members.

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 ()

Detailed Description

An error thrown when two arrays do not conform.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
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.


Constructor & Destructor Documentation

Initialize the message with "ArrayConformanceError".

Initialize with a supplied message.

Initialize with a supplied message.


The documentation for this class was generated from the following file: