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"));
Definition at line 480 of file Error.h.
This constructs a "AbortError" from the error message.
casacore::AbortError::~AbortError | ( | ) | throw () |
Destructor which does nothing.