#include <ArrayError.h>
Inheritance diagram for casa::ArrayIteratorError:


An ArrayIteratorError is thrown by an array iterator or related class (e.g. VectorIterator).
Definition at line 176 of file 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 () | |
| casa::ArrayIteratorError::ArrayIteratorError | ( | Category | c = BOUNDARY |
) |
Initialize with the message "ArrayIteratorError.
Initialize with the supplied message.
Initialize with the supplied message.
| casa::ArrayIteratorError::~ArrayIteratorError | ( | ) | throw () |
1.5.1