casa
$Rev:20696$
|
#include <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 |
Public interface
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.
The default constructor generates the message "Table error".
casa::MSSelectionError::MSSelectionError | ( | const String & | message, |
Category | c = GENERAL |
||
) |
casa::MSSelectionError::~MSSelectionError | ( | ) | throw () |
void casa::MSSelectionError::addMessage | ( | String & | message | ) |
Referenced by casa::MSSelectionLogError::handleError().
void casa::MSSelectionError::changeMessage | ( | String & | message | ) |
Construct with given message.
void casa::MSSelectionError::reset | ( | ) | [inline] |
Definition at line 65 of file MSSelectionError.h.
Definition at line 68 of file MSSelectionError.h.