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


Part of API
This error causes an execution to halt regardless. It causes execution to halt before the exception can be caught.
throw(AbortError("ANY STRING"));
Definition at line 349 of file Error.h.
Public Member Functions | |
| ~AbortError () throw () | |
| Destructor which does nothing. | |
| AbortError (const Char *str, Category c=GENERAL) | |
| This constructs a "AbortError" from the error message. | |
| AbortError (const String &str, Category c=GENERAL) | |
This constructs a "AbortError" from the error message.
| casa::AbortError::~AbortError | ( | ) | throw () |
Destructor which does nothing.
1.5.1