Rcpp Version 1.0.9
Rcpp::file_io_error Class Reference

#include <exceptions.h>

Inheritance diagram for Rcpp::file_io_error:
Collaboration diagram for Rcpp::file_io_error:

Public Member Functions

 file_io_error (const std::string &file) throw ()
 
 file_io_error (int code, const std::string &file) throw ()
 
 file_io_error (const std::string &msg, const std::string &file) throw ()
 
virtual ~file_io_error () throw ()
 
virtual const char * what () const throw ()
 
std::string filePath () const throw ()
 

Private Attributes

std::string message
 
std::string file
 

Detailed Description

Definition at line 82 of file exceptions.h.

Constructor & Destructor Documentation

◆ file_io_error() [1/3]

Rcpp::file_io_error::file_io_error ( const std::string &  file)
throw (
)
inline

Definition at line 84 of file exceptions.h.

◆ file_io_error() [2/3]

Rcpp::file_io_error::file_io_error ( int  code,
const std::string &  file 
)
throw (
)
inline

Definition at line 86 of file exceptions.h.

◆ file_io_error() [3/3]

Rcpp::file_io_error::file_io_error ( const std::string &  msg,
const std::string &  file 
)
throw (
)
inline

Definition at line 88 of file exceptions.h.

◆ ~file_io_error()

virtual Rcpp::file_io_error::~file_io_error ( )
throw (
)
inlinevirtual

Definition at line 90 of file exceptions.h.

Member Function Documentation

◆ filePath()

std::string Rcpp::file_io_error::filePath ( ) const
throw (
)
inline

Definition at line 92 of file exceptions.h.

References file.

Referenced by compileAttributes().

◆ what()

virtual const char* Rcpp::file_io_error::what ( ) const
throw (
)
inlinevirtual

Definition at line 91 of file exceptions.h.

References message.

Member Data Documentation

◆ file

std::string Rcpp::file_io_error::file
private

Definition at line 95 of file exceptions.h.

Referenced by filePath().

◆ message

std::string Rcpp::file_io_error::message
private

Definition at line 94 of file exceptions.h.

Referenced by what().


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