26#ifndef TABLES_DATAMANERROR_H
27#define TABLES_DATAMANERROR_H
30#include <casacore/casa/aips.h>
31#include <casacore/casa/Exceptions/Error.h>
169 const String& engineName);
AipsError(const Char *str, Category c=GENERAL)
Creates an AipsError and initializes the error message from the parameter.
DataManError(const String &message)
Construct with given message.
DataManError()
The default constructor generates the message "Table DataManager error".
~DataManInternalError() noexcept
DataManInternalError(const String &message)
Add given message to string "Internal Table DataManager error: ".
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.
DataManInvOper()
The default constructor generates a generic "invalid operation" message.
~DataManInvOper() noexcept
DataManInvOper(const String &message)
Add given message to string "Invalid DataMan operation: ".
DataManUnknownCtor(const String &columnName)
This constructor generates a message that a data manager with the given name is unknown (i....
~DataManUnknownCtor() noexcept
~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.
TSMError(const String &message)
Issue the message prefixed by "TiledStMan: ".
this file contains all the compiler specific defines