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)
Interface
- Public Members
- SortError (Category c=GENERAL)
- SortError (const String&,Category c=GENERAL)
- ~SortError () throw()
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
Interface
- SortInvDT (Category c=INVALID_ARGUMENT)
- ~SortInvDT () throw()
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)
Interface
- SortInvIncr (Category c=INVALID_ARGUMENT)
- ~SortInvIncr () throw()
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)
Interface
- SortNoData (Category c=INITIALIZATION)
- ~SortNoData () throw()
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)
Interface
- SortInvOpt (Category c=INVALID_ARGUMENT)
- ~SortInvOpt () throw()
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)