OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catalog_Namespace::TableNotFoundException Struct Reference

#include <Catalog.h>

+ Inheritance diagram for Catalog_Namespace::TableNotFoundException:
+ Collaboration diagram for Catalog_Namespace::TableNotFoundException:

Public Member Functions

 TableNotFoundException (const std::string &table_name, const std::string &db_name, const std::string &context_msg={})
 

Detailed Description

Definition at line 104 of file Catalog.h.

Constructor & Destructor Documentation

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.

107  {})
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: