#include <MSSelectionError.h>
Inheritance diagram for casa::MSSelectionError:


Part of API
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.
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 |
| casa::MSSelectionError::MSSelectionError | ( | Category | c = GENERAL |
) |
The default constructor generates the message "Table error".
| casa::MSSelectionError::~MSSelectionError | ( | ) | throw () |
| void casa::MSSelectionError::changeMessage | ( | String & | message | ) |
Construct with given message.
| void casa::MSSelectionError::addMessage | ( | String & | message | ) |
| void casa::MSSelectionError::reset | ( | ) | [inline] |
Definition at line 68 of file MSSelectionError.h.
1.5.1