casacore
|
An error thrown by an ArrayIterator. More...
#include <ArrayError.h>
Public Member Functions | |
ArrayIteratorError () | |
Initialize with the message "ArrayIteratorError. More... | |
ArrayIteratorError (const char *m) | |
Initialize with the supplied message. More... | |
ArrayIteratorError (const std::string &m) | |
Initialize with the supplied message. More... | |
~ArrayIteratorError () 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 by an ArrayIterator.
An ArrayIteratorError is thrown by an array iterator or related class (e.g. VectorIterator).
Definition at line 177 of file ArrayError.h.
casacore::ArrayIteratorError::ArrayIteratorError | ( | ) |
Initialize with the message "ArrayIteratorError.
casacore::ArrayIteratorError::ArrayIteratorError | ( | const char * | m | ) |
Initialize with the supplied message.
casacore::ArrayIteratorError::ArrayIteratorError | ( | const std::string & | m | ) |
Initialize with the supplied message.
|
noexcept |