OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
import_export::delimited_parser::InsufficientBufferSizeException Class Reference

#include <DelimitedParserUtils.h>

+ Inheritance diagram for import_export::delimited_parser::InsufficientBufferSizeException:
+ Collaboration diagram for import_export::delimited_parser::InsufficientBufferSizeException:

Public Member Functions

 InsufficientBufferSizeException (const std::string &message)
 

Detailed Description

Definition at line 34 of file DelimitedParserUtils.h.

Constructor & Destructor Documentation

import_export::delimited_parser::InsufficientBufferSizeException::InsufficientBufferSizeException ( const std::string &  message)
inline

Definition at line 36 of file DelimitedParserUtils.h.

37  : std::runtime_error(message) {}

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