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)

class MSSelectionError : public AipsError

Interface

Public Members
MSSelectionError (Category c=GENERAL)
void changeMessage(String& message)
void addMessage(String& message)
MSSelectionError (const String& message,Category c=GENERAL)
~MSSelectionError () throw()

Description

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

MSSelectionError (Category c=GENERAL)

The default constructor generates the message "Table error".

void changeMessage(String& message)

Construct with given message.

void addMessage(String& message)

MSSelectionError (const String& message,Category c=GENERAL)

~MSSelectionError () throw()


class MSSelectionTimeError : public MSSelectionError

Interface

MSSelectionTimeError (const String& message,Category c=GENERAL)
~MSSelectionTimeError () throw()

Description

Review Status

Reviewed By:
UNKNOWN

Synopsis

Member Description

MSSelectionTimeError (const String& message,Category c=GENERAL)

Add given message to string "MSSelection time error: ".

~MSSelectionTimeError () throw()


class MSSelectionTimeParseError: public MSSelectionTimeError

Interface

MSSelectionTimeParseError (const String& message,Category c=GENERAL)
~MSSelectionTimeParseError () throw()

Description

Member Description

MSSelectionTimeParseError (const String& message,Category c=GENERAL)

~MSSelectionTimeParseError () throw()


class MSSelectionAntennaError : public MSSelectionError

Interface

MSSelectionAntennaError (const String& message,Category c=GENERAL)
~MSSelectionAntennaError () throw()

Description

Review Status

Reviewed By:
UNKNOWN

Synopsis

Member Description

MSSelectionAntennaError (const String& message,Category c=GENERAL)

Add given message to string "MSSelection time error: ".

~MSSelectionAntennaError () throw()


class MSSelectionAntennaParseError: public MSSelectionAntennaError

Interface

MSSelectionAntennaParseError (const String& message,Category c=GENERAL)
~MSSelectionAntennaParseError () throw()

Description

Member Description

MSSelectionAntennaParseError (const String& message,Category c=GENERAL)

~MSSelectionAntennaParseError () throw()


class MSSelectionFieldError : public MSSelectionError

Interface

MSSelectionFieldError (const String& message,Category c=GENERAL)
~MSSelectionFieldError () throw()

Description

Review Status

Reviewed By:
UNKNOWN

Synopsis

Member Description

MSSelectionFieldError (const String& message,Category c=GENERAL)

Add given message to string "MSSelection time error: ".

~MSSelectionFieldError () throw()


class MSSelectionFieldParseError: public MSSelectionFieldError

Interface

MSSelectionFieldParseError (const String& message,Category c=GENERAL)
~MSSelectionFieldParseError () throw()

Description

Member Description

MSSelectionFieldParseError (const String& message,Category c=GENERAL)

~MSSelectionFieldParseError () throw()


class MSSelectionUvDistError : public MSSelectionError

Interface

MSSelectionUvDistError (const String& message,Category c=GENERAL)
~MSSelectionUvDistError () throw()

Description

Review Status

Reviewed By:
UNKNOWN

Synopsis

Member Description

MSSelectionUvDistError (const String& message,Category c=GENERAL)

Add given message to string "MSSelection time error: ".

~MSSelectionUvDistError () throw()


class MSSelectionUvDistParseError: public MSSelectionUvDistError

Interface

MSSelectionUvDistParseError (const String& message,Category c=GENERAL)
~MSSelectionUvDistParseError () throw()

Description

Member Description

MSSelectionUvDistParseError (const String& message,Category c=GENERAL)

~MSSelectionUvDistParseError () throw()


class MSSelectionSpwError : public MSSelectionError

Interface

MSSelectionSpwError (const String& message,Category c=GENERAL)
~MSSelectionSpwError () throw()

Description

Review Status

Reviewed By:
UNKNOWN

Synopsis

Member Description

MSSelectionSpwError (const String& message,Category c=GENERAL)

Add given message to string "MSSelection time error: ".

~MSSelectionSpwError () throw()


class MSSelectionSpwParseError: public MSSelectionSpwError

Interface

MSSelectionSpwParseError (const String& message,Category c=GENERAL)
~MSSelectionSpwParseError () throw()

Description

Member Description

MSSelectionSpwParseError (const String& message,Category c=GENERAL)

~MSSelectionSpwParseError () throw()


class MSSelectionSpwWarning: public MSSelectionSpwError

Interface

MSSelectionSpwWarning (const String& message,Category c=GENERAL)
~MSSelectionSpwWarning () throw()

Description

Member Description

MSSelectionSpwWarning (const String& message,Category c=GENERAL)

~MSSelectionSpwWarning () throw()