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);
DataManError(const String &message)
Construct with given message.
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
DataManInvDT(const String &columnName)
Put the name of the offending column in the "invalid data type" message.
~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
DataManInvOper(const String &message)
Add given message to string "Invalid DataMan operation: ".
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
Table DataManager error; error in TiledStMan.
Table DataManager error; invalid data manager.