SortError.h

Classes

SortError -- Generic Sort exception (full description)
SortInvDT -- Invalid data type used for this sort key (full description)
SortInvIncr -- Invalid increment used for this sort key (full description)
SortNoData -- No data array given to Sort constructor. (full description)
SortInvOpt -- Invalid sort option given to routine dosort. (full description)

class SortError : public AipsError

Interface

Public Members
SortError (Category c=GENERAL)
SortError (const String&,Category c=GENERAL)
~SortError () throw()

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/01

Prerequisite

Synopsis

SortError is the generic Sort exception; catching this one means catching all Sort exceptions. Note that you have to catch AipsError to catch all possible exceptions.

Member Description

SortError (Category c=GENERAL)

SortError (const String&,Category c=GENERAL)

~SortError () throw()


class SortInvDT : public SortError

Interface

SortInvDT (Category c=INVALID_ARGUMENT)
~SortInvDT () throw()

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/01

Prerequisite

Synopsis

Invalid data type used for this sort key

Member Description

SortInvDT (Category c=INVALID_ARGUMENT)

~SortInvDT () throw()


class SortInvIncr : public SortError

Interface

SortInvIncr (Category c=INVALID_ARGUMENT)
~SortInvIncr () throw()

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/01

Prerequisite

Synopsis

Invalid increment used for this sort key. The increment should be >= size of sort key.

Member Description

SortInvIncr (Category c=INVALID_ARGUMENT)

~SortInvIncr () throw()


class SortNoData : public SortError

Interface

SortNoData (Category c=INITIALIZATION)
~SortNoData () throw()

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/01

Prerequisite

Synopsis

No data array has been given to Sort constructor.

Member Description

SortNoData (Category c=INITIALIZATION)

~SortNoData () throw()


class SortInvOpt : public SortError

Interface

SortInvOpt (Category c=INVALID_ARGUMENT)
~SortInvOpt () throw()

Description

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/01

Prerequisite

Synopsis

Invalid sort option has been given to routine dosort.

Member Description

SortInvOpt (Category c=INVALID_ARGUMENT)

~SortInvOpt () throw()