OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catalog_Namespace::Catalog::NoTableFoundException Struct Reference
+ Inheritance diagram for Catalog_Namespace::Catalog::NoTableFoundException:
+ Collaboration diagram for Catalog_Namespace::Catalog::NoTableFoundException:

Public Member Functions

 NoTableFoundException (int32_t table_id)
 

Detailed Description

Definition at line 880 of file Catalog.h.

Constructor & Destructor Documentation

Catalog_Namespace::Catalog::NoTableFoundException::NoTableFoundException ( int32_t  table_id)
inline

Definition at line 881 of file Catalog.h.

References to_string().

882  : std::runtime_error{"No entry found for table: " + std::to_string(table_id)} {}
std::string to_string(char const *&&v)

+ Here is the call graph for this function:


The documentation for this struct was generated from the following file: