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);
DataManError(const String &message)
Construct with given message.
DataManError()
The default constructor generates the message "Table DataManager error".
Internal table data manager error.
~DataManInternalError() noexcept
DataManInternalError(const String &message)
Add given message to string "Internal Table DataManager error: ".
Table DataManager error; invalid data type.
DataManInvDT()
The default constructor generates a generic "invalid data type" message.
DataManInvDT(const String &columnName)
Put the name of the offending column in the "invalid data type" message.
Table DataManager error; invalid operation.
DataManInvOper()
The default constructor generates a generic "invalid operation" message.
~DataManInvOper() noexcept
DataManInvOper(const String &message)
Add given message to string "Invalid DataMan operation: ".
Table DataManager error; invalid data manager.
DataManUnknownCtor(const String &columnName)
This constructor generates a message that a data manager with the given name is unknown (i....
~DataManUnknownCtor() noexcept
Table DataManager error; unknown virtual column.
~DataManUnknownVirtualColumn() noexcept
DataManUnknownVirtualColumn(const String &columnName, const String &engineName)
Issue a message containing the column name.
String: the storage and methods of handling collections of characters.
Table DataManager error; error in TiledStMan.
TSMError(const String &message)
Issue the message prefixed by "TiledStMan: ".
this file contains all the compiler specific defines