casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
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::ArrayNDimError casacore::ArrayShapeError

Public Member Functions

 ArrayConformanceError ()
 Initialize the message with "ArrayConformanceError". More...
 
 ArrayConformanceError (const char *m)
 Initialize with a supplied message. More...
 
 ArrayConformanceError (const std::string &m)
 Initialize with a supplied message. More...
 
 ~ArrayConformanceError () noexcept
 
- Public Member Functions inherited from casacore::ArrayError
 ArrayError ()
 Initialize with the message "ArrayError". More...
 
 ArrayError (const char *m)
 Initialize with the supplied message. More...
 
 ArrayError (const std::string &m)
 Initialize with the supplied message. More...
 
 ~ArrayError () noexcept
 

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

Initialize the message with "ArrayConformanceError".

casacore::ArrayConformanceError::ArrayConformanceError ( const char *  m)

Initialize with a supplied message.

casacore::ArrayConformanceError::ArrayConformanceError ( const std::string &  m)

Initialize with a supplied message.

casacore::ArrayConformanceError::~ArrayConformanceError ( )
noexcept

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