casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::AbortError Class Reference

Exception which halts execution. More...

#include <Error.h>

Inheritance diagram for casa::AbortError:
casa::AipsError

List of all members.

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.

Detailed Description

Exception which halts execution.

Intended use:

Public interface

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

This error causes an execution to halt regardless. It causes execution to halt before the exception can be caught.

Example

        throw(AbortError("ANY STRING"));

Definition at line 419 of file Error.h.


Constructor & Destructor Documentation

casa::AbortError::AbortError ( const Char str,
Category  c = GENERAL 
)

This constructs a "AbortError" from the error message.

Destructor which does nothing.


The documentation for this class was generated from the following file: