Go to the documentation of this file.
28 #ifndef TABLES_DATAMANERROR_H
29 #define TABLES_DATAMANERROR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Exceptions/Error.h>
171 const String& engineName);
Base error class for table data manager.
DataManUnknownCtor(const String &columnName)
This constructor generates a message that a data manager with the given name is unknown (i....
Table DataManager error; invalid operation.
Table DataManager error; unknown virtual column.
~DataManInvOper() noexcept
~DataManUnknownVirtualColumn() noexcept
DataManUnknownVirtualColumn(const String &columnName, const String &engineName)
Issue a message containing the column name.
DataManInternalError(const String &message)
Add given message to string "Internal Table DataManager error: ".
Internal table data manager error.
DataManInvDT()
The default constructor generates a generic "invalid data type" message.
this file contains all the compiler specific defines
DataManError()
The default constructor generates the message "Table DataManager error".
Table DataManager error; invalid data type.
TSMError(const String &message)
Issue the message prefixed by "TiledStMan: ".
~DataManInternalError() noexcept
String: the storage and methods of handling collections of characters.
DataManInvOper()
The default constructor generates a generic "invalid operation" message.
~DataManUnknownCtor() noexcept
Base class for all Casacore library errors.
Table DataManager error; error in TiledStMan.
Table DataManager error; invalid data manager.