OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NativeExecutionError Class Reference

#include <ExternalExecutor.h>

+ Inheritance diagram for NativeExecutionError:
+ Collaboration diagram for NativeExecutionError:

Public Member Functions

 NativeExecutionError (const std::string &message)
 

Detailed Description

Definition at line 43 of file ExternalExecutor.h.

Constructor & Destructor Documentation

NativeExecutionError::NativeExecutionError ( const std::string &  message)
inline

Definition at line 45 of file ExternalExecutor.h.

45 : std::runtime_error(message) {}

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