casa::SynthesisError Class Reference
[MeasurementComponents]

#include <SynthesisError.h>

Inheritance diagram for casa::SynthesisError:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Intended use:

Part of API

Review Status

Reviewed By:
UNKNOWN

Synopsis

The top-level generic SynthesisError exception class. All exceptions either generated in the synthesis module, or exceptions caught in the synthesis module and transformed into more specialized exceptions are derived from this. Catching this class will catch only Synthesis module exceptions (but all exceptions from the Synthesis module). To catch more specific exceptions, catch the derived classes. Note that you have to catch AipsError to catch all possible exceptions thrown by all of AIPS++ modules!

Definition at line 62 of file SynthesisError.h.

Public Member Functions

 SynthesisError (Category c=GENERAL)
 The default constructor generates the message "Table error".
void changeMessage (String &message)
 Construct with given message.
void addMessage (String &message)
 SynthesisError (const String &message, Category c=GENERAL)
 ~SynthesisError () throw ()


Constructor & Destructor Documentation

casa::SynthesisError::SynthesisError ( Category  c = GENERAL  ) 

The default constructor generates the message "Table error".

casa::SynthesisError::SynthesisError ( const String message,
Category  c = GENERAL 
)

casa::SynthesisError::~SynthesisError (  )  throw ()


Member Function Documentation

void casa::SynthesisError::changeMessage ( String message  ) 

Construct with given message.

void casa::SynthesisError::addMessage ( String message  ) 


The documentation for this class was generated from the following file:
Generated on Mon Sep 1 22:47:59 2008 for NRAOCASA by  doxygen 1.5.1