casacore::ArrayConformanceError Class Reference

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

#include <ArrayError.h>

Inheritance diagram for casacore::ArrayConformanceError:
casacore::ArrayError casacore::AipsError casacore::ArrayNDimError casacore::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

casacore::ArrayConformanceError::ArrayConformanceError ( Category  c = CONFORMANCE  ) 

Initialize the message with "ArrayConformanceError".

casacore::ArrayConformanceError::ArrayConformanceError ( const Char m,
Category  c = CONFORMANCE 
)

Initialize with a supplied message.

casacore::ArrayConformanceError::ArrayConformanceError ( const String m,
Category  c = CONFORMANCE 
)

Initialize with a supplied message.

casacore::ArrayConformanceError::~ArrayConformanceError (  )  throw ()

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1