28 #ifndef TABLES_DATAMANERROR_H
29 #define TABLES_DATAMANERROR_H
171 const String& engineName);
DataManInvOper()
The default constructor generates a generic "invalid operation" message.
Base error class for table data manager.
~DataManInvOper() noexcept
Internal table data manager error.
~DataManUnknownCtor() noexcept
DataManInternalError(const String &message)
Add given message to string "Internal Table DataManager error: ".
~DataManInternalError() noexcept
Table DataManager error; error in TiledStMan.
~DataManUnknownVirtualColumn() noexcept
DataManUnknownVirtualColumn(const String &columnName, const String &engineName)
Issue a message containing the column name.
TSMError(const String &message)
Issue the message prefixed by "TiledStMan: ".
DataManInvDT()
The default constructor generates a generic "invalid data type" message.
Table DataManager error; unknown virtual column.
Table DataManager error; invalid data type.
Base class for all Casacore library errors.
Table DataManager error; invalid operation.
Table DataManager error; invalid data manager.
String: the storage and methods of handling collections of characters.
DataManError()
The default constructor generates the message "Table DataManager error".
DataManUnknownCtor(const String &columnName)
This constructor generates a message that a data manager with the given name is unknown (i...