casa
$Rev:20696$
|
Table error; table (description) already exists. More...
#include <TableError.h>
Public Member Functions | |
TableDuplFile (const String &name, Category c=INVALID_ARGUMENT) | |
This constructor generates a message telling that the a table or description with the given name already exists. | |
TableDuplFile (const String &name, const String &message, Category c=INVALID_ARGUMENT) | |
This constructor generates a message telling that the a table or description with the given name already exists. | |
~TableDuplFile () throw () |
Table error; table (description) already exists.
Public interface
Table (description) with this name already exists.
Definition at line 96 of file TableError.h.
casa::TableDuplFile::TableDuplFile | ( | const String & | name, |
Category | c = INVALID_ARGUMENT |
||
) |
This constructor generates a message telling that the a table or description with the given name already exists.
casa::TableDuplFile::TableDuplFile | ( | const String & | name, |
const String & | message, | ||
Category | c = INVALID_ARGUMENT |
||
) |
This constructor generates a message telling that the a table or description with the given name already exists.
The given message is appended to it.
casa::TableDuplFile::~TableDuplFile | ( | ) | throw () |