|
Rcpp Version 0.9.10
|
#include <exceptions.h>
Public Member Functions | |
| exception (const char *message_, const char *file, int line) | |
| virtual | ~exception () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | message |
Definition at line 27 of file exceptions.h.
| Rcpp::exception::exception | ( | const char * | message_, |
| const char * | file, | ||
| int | line | ||
| ) |
Definition at line 25 of file exceptions.cpp.
References rcpp_set_stack_trace(), and stack_trace().

| Rcpp::exception::~exception | ( | ) | throw () [virtual] |
Definition at line 28 of file exceptions.cpp.
| virtual const char* Rcpp::exception::what | ( | ) | const throw () [virtual] |
std::string Rcpp::exception::message [private] |
Definition at line 33 of file exceptions.h.