Rcpp Version 1.0.9
Rcpp::file_not_found Class Reference

#include <exceptions.h>

Inheritance diagram for Rcpp::file_not_found:
Collaboration diagram for Rcpp::file_not_found:

Public Member Functions

 file_not_found (const std::string &file) throw ()
 
- Public Member Functions inherited from Rcpp::file_io_error
 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 ()
 

Detailed Description

Definition at line 98 of file exceptions.h.

Constructor & Destructor Documentation

◆ file_not_found()

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

Definition at line 100 of file exceptions.h.


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