Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1TableDuplFile.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 22:19:00 2011 Кодировка: Поисковые слова: helix nebula |
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.
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 () |