An error thrown by an ArrayIterator. More...
#include <ArrayError.h>
Public Member Functions | |
ArrayIteratorError (Category c=BOUNDARY) | |
Initialize with the message ArrayIteratorError. | |
ArrayIteratorError (const Char *m, Category c=BOUNDARY) | |
Initialize with the supplied message. | |
ArrayIteratorError (const String &m, Category c=BOUNDARY) | |
Initialize with the supplied message. | |
~ArrayIteratorError () throw () |
An error thrown by an ArrayIterator.
An ArrayIteratorError is thrown by an array iterator or related class (e.g. VectorIterator).
Definition at line 176 of file ArrayError.h.
casacore::ArrayIteratorError::ArrayIteratorError | ( | Category | c = BOUNDARY |
) |
Initialize with the message ArrayIteratorError.
Initialize with the supplied message.
Initialize with the supplied message.
casacore::ArrayIteratorError::~ArrayIteratorError | ( | ) | throw () |