casacore::AbortError Class Reference

Exception which halts execution. More...

#include <Error.h>

Inheritance diagram for casacore::AbortError:
casacore::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 480 of file Error.h.


Constructor & Destructor Documentation

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

This constructs a "AbortError" from the error message.

casacore::AbortError::AbortError ( const String str,
Category  c = GENERAL 
)
casacore::AbortError::~AbortError (  )  throw ()

Destructor which does nothing.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1