casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::TableInvSort Class Reference

Table error; invalid sort. More...

#include <TableError.h>

Inheritance diagram for casa::TableInvSort:
casa::TableError casa::AipsError

List of all members.

Public Member Functions

 TableInvSort (Category c=INVALID_ARGUMENT)
 The default constructor generates a generic "invalid sort" message.
 TableInvSort (const String &message, Category c=INVALID_ARGUMENT)
 This constructor appends the given message to the "invalid sort" message.
 ~TableInvSort () throw ()

Detailed Description

Table error; invalid sort.

Intended use:

Public interface

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

Invalid sort operation on a table. A sort can only be done on a scalar column.

Definition at line 404 of file TableError.h.


Constructor & Destructor Documentation

The default constructor generates a generic "invalid sort" message.

This constructor appends the given message to the "invalid sort" message.


The documentation for this class was generated from the following file: