casa::AbortError Class Reference
[Exceptions]

#include <Error.h>

Inheritance diagram for casa::AbortError:

Inheritance graph
[legend]
Collaboration diagram for casa::AbortError:

Collaboration graph
[legend]
List of all members.

Detailed Description

Exception which halts execution.

Intended use:

Part of API

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"));

To Do

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)


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:
Generated on Thu Jul 3 22:35:28 2008 for NRAOCASA by  doxygen 1.5.1