csvpp 1.2.0
CSV parsing / writing libraries
Loading...
Searching...
No Matches
Public Member Functions | List of all members
csv::IO_error Class Referencefinal

IO error. More...

#include <csv.hpp>

Inheritance diagram for csv::IO_error:
Inheritance graph
[legend]
Collaboration diagram for csv::IO_error:
Collaboration graph
[legend]

Public Member Functions

 IO_error (const std::string &msg, int errno_code)
 
int errno_code () const
 
std::string errno_str () const
 
- Public Member Functions inherited from csv::Error
const char * what () const override throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from csv::Error
 Error (const std::string &msg)
 

Detailed Description

IO error.

Thrown when an IO error occurs

Constructor & Destructor Documentation

◆ IO_error()

csv::IO_error::IO_error ( const std::string & msg,
int errno_code )
inlineexplicit
Parameters
msgError message
errno_codeerrno code

Member Function Documentation

◆ errno_code()

int csv::IO_error::errno_code ( ) const
inline
Returns
Error message

◆ errno_str()

std::string csv::IO_error::errno_str ( ) const
inline
Returns
errno code

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