casa
$Rev:20696$
|
Exception which halts execution. More...
#include <Error.h>
Public Member Functions | |
AbortError (const Char *str, Category c=GENERAL) | |
This constructs a "AbortError" from the error message. | |
AbortError (const String &str, Category c=GENERAL) | |
~AbortError () throw () | |
Destructor which does nothing. |
Exception which halts execution.
Public interface
This error causes an execution to halt regardless. It causes execution to halt before the exception can be caught.
throw(AbortError("ANY STRING"));
casa::AbortError::AbortError | ( | const Char * | str, |
Category | c = GENERAL |
||
) |
This constructs a "AbortError" from the error message.
casa::AbortError::AbortError | ( | const String & | str, |
Category | c = GENERAL |
||
) |
casa::AbortError::~AbortError | ( | ) | throw () |
Destructor which does nothing.