#include <Catalog.h>
|
| TableNotFoundException (const std::string &table_name, const std::string &db_name, const std::string &context_msg={}) |
|
Definition at line 104 of file Catalog.h.
Catalog_Namespace::TableNotFoundException::TableNotFoundException |
( |
const std::string & |
table_name, |
|
|
const std::string & |
db_name, |
|
|
const std::string & |
context_msg = {} |
|
) |
| |
|
inline |
Definition at line 105 of file Catalog.h.
108 : std::runtime_error(
"Table/View " + table_name +
" for catalog " + db_name +
109 " does not exist." + context_msg) {}
The documentation for this struct was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/Catalog/Catalog.h