MSSelectionError.h
Classes
- MSSelectionError -- (full description)
- MSSelectionTimeError -- Error thrown by MSTimeXXXX classes. (full description)
- MSSelectionTimeParseError -- (full description)
- MSSelectionAntennaError -- Error thrown by MSAntennaXXXX classes. (full description)
- MSSelectionAntennaParseError -- (full description)
- MSSelectionFieldError -- Error thrown by MSFieldXXXX classes. (full description)
- MSSelectionFieldParseError -- (full description)
- MSSelectionUvDistError -- Error thrown by MSUvDistXXXX classes. (full description)
- MSSelectionUvDistParseError -- (full description)
- MSSelectionSpwError -- Error thrown by MSSpwXXXX classes. (full description)
- MSSelectionSpwParseError -- (full description)
- MSSelectionSpwWarning -- (full description)
Interface
- Public Members
- MSSelectionError (Category c=GENERAL)
- void changeMessage(String& message)
- void addMessage(String& message)
- MSSelectionError (const String& message,Category c=GENERAL)
- ~MSSelectionError () throw()
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!
Member Description
The default constructor generates the message "Table error".
Construct with given message.
Interface
- MSSelectionTimeError (const String& message,Category c=GENERAL)
- ~MSSelectionTimeError () throw()
Review Status
- Reviewed By:
- UNKNOWN
Synopsis
Member Description
Add given message to string "MSSelection time error: ".
Interface
- MSSelectionTimeParseError (const String& message,Category c=GENERAL)
- ~MSSelectionTimeParseError () throw()
Member Description
Interface
- MSSelectionAntennaError (const String& message,Category c=GENERAL)
- ~MSSelectionAntennaError () throw()
Review Status
- Reviewed By:
- UNKNOWN
Synopsis
Member Description
Add given message to string "MSSelection time error: ".
Interface
- MSSelectionAntennaParseError (const String& message,Category c=GENERAL)
- ~MSSelectionAntennaParseError () throw()
Member Description
Interface
- MSSelectionFieldError (const String& message,Category c=GENERAL)
- ~MSSelectionFieldError () throw()
Review Status
- Reviewed By:
- UNKNOWN
Synopsis
Member Description
Add given message to string "MSSelection time error: ".
Interface
- MSSelectionFieldParseError (const String& message,Category c=GENERAL)
- ~MSSelectionFieldParseError () throw()
Member Description
Interface
- MSSelectionUvDistError (const String& message,Category c=GENERAL)
- ~MSSelectionUvDistError () throw()
Review Status
- Reviewed By:
- UNKNOWN
Synopsis
Member Description
Add given message to string "MSSelection time error: ".
Interface
- MSSelectionUvDistParseError (const String& message,Category c=GENERAL)
- ~MSSelectionUvDistParseError () throw()
Member Description
Interface
- MSSelectionSpwError (const String& message,Category c=GENERAL)
- ~MSSelectionSpwError () throw()
Review Status
- Reviewed By:
- UNKNOWN
Synopsis
Member Description
Add given message to string "MSSelection time error: ".
Interface
- MSSelectionSpwParseError (const String& message,Category c=GENERAL)
- ~MSSelectionSpwParseError () throw()
Member Description
Interface
- MSSelectionSpwWarning (const String& message,Category c=GENERAL)
- ~MSSelectionSpwWarning () throw()
Member Description