#include <Error.h>
Inheritance diagram for casa::IndexError:


Part of API
This class is the base class of all IndexErrors. It is defined to allow the user to catch any of the many kinds of IndexErrors which may be thrown. It can also be thrown itself if returning the illegal index value is unimportant.
throw(IndexError("ANY STRING"));
Definition at line 186 of file Error.h.
Public Member Functions | |
| ~IndexError () throw () | |
| Destructor which does nothing. | |
| IndexError (const Char *str, Category c=BOUNDARY) | |
| Creates an GeneralIndexError and initializes the error message from the parameter. | |
| IndexError (const String &str, Category c=BOUNDARY) | |
| IndexError (Category c=BOUNDARY) | |
| casa::IndexError::IndexError | ( | Category | c = BOUNDARY |
) | [inline] |
| casa::IndexError::~IndexError | ( | ) | throw () |
Destructor which does nothing.
1.5.1