casa
$Rev:20696$
|
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.
Initialize with the message "ArrayIteratorError.
casa::ArrayIteratorError::ArrayIteratorError | ( | const Char * | m, |
Category | c = BOUNDARY |
||
) |
Initialize with the supplied message.
casa::ArrayIteratorError::ArrayIteratorError | ( | const String & | m, |
Category | c = BOUNDARY |
||
) |
Initialize with the supplied message.
casa::ArrayIteratorError::~ArrayIteratorError | ( | ) | throw () |