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

  
More...

#include <MSSelectionError.h>

Inheritance diagram for casa::MSSelectionError:
casa::AipsError casa::MSSelectionAntennaError casa::MSSelectionArrayError casa::MSSelectionFieldError casa::MSSelectionNullExpr casa::MSSelectionNullSelection casa::MSSelectionNullTEN casa::MSSelectionObservationError casa::MSSelectionPolnError casa::MSSelectionScanError casa::MSSelectionSpwError casa::MSSelectionStateError casa::MSSelectionTimeError casa::MSSelectionUvDistError

List of all members.

Public Member Functions

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

Public Attributes

Bool hasMessage

Detailed Description

  

Intended use:

Public interface

Review Status

Reviewed By:
UNKNOWN

Synopsis

The top-level generic MSSelection exception class. All exceptions thrown by the MSSelection and related classes are derived from this. Catching this class will catch only MSSelection exceptions (but all exceptions from the MSSelection line of classes). To catch more specific MSSelection 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 58 of file MSSelectionError.h.


Constructor & Destructor Documentation

The default constructor generates the message "Table error".


Member Function Documentation

Construct with given message.

void casa::MSSelectionError::reset ( ) [inline]

Definition at line 65 of file MSSelectionError.h.


Member Data Documentation

Definition at line 68 of file MSSelectionError.h.


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