PartialCsvParser  0.1.2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Public Member Functions | List of all members
PCP::PCPCsvError Class Reference

Thrown when invalid CSV is parsed. More...

#include <PartialCsvParser.hpp>

Inheritance diagram for PCP::PCPCsvError:
PCP::PCPError

Public Member Functions

 PCPCsvError (const std::string &cause)
 
- Public Member Functions inherited from PCP::PCPError
 PCPError (const std::string &cause)
 

Detailed Description

Thrown when invalid CSV is parsed.

CSV format is (weakly) defined in RFC4180 Section2

PartialCsvParser throws this exception when one of the following conditions is satisfied.

Constructor & Destructor Documentation

PCP::PCPCsvError::PCPCsvError ( const std::string &  cause)
inline

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