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

#include <ForeignStorageException.h>

+ Inheritance diagram for foreign_storage::RequestedFragmentIdOutOfBoundsException:
+ Collaboration diagram for foreign_storage::RequestedFragmentIdOutOfBoundsException:

Public Member Functions

 RequestedFragmentIdOutOfBoundsException (const std::string &error_message)
 
- Public Member Functions inherited from foreign_storage::ForeignStorageException
 ForeignStorageException (const std::string &error_message)
 

Detailed Description

Definition at line 52 of file ForeignStorageException.h.

Constructor & Destructor Documentation

foreign_storage::RequestedFragmentIdOutOfBoundsException::RequestedFragmentIdOutOfBoundsException ( const std::string &  error_message)
inline

Definition at line 54 of file ForeignStorageException.h.

55  : ForeignStorageException(error_message) {}
ForeignStorageException(const std::string &error_message)

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