casacore
|
An error thrown when two arrays do not conform. More...
#include <ArrayError.h>
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 | |
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.
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.
|
noexcept |