Rcpp Version 0.9.10
Rcpp::exception Class Reference

#include <exceptions.h>

List of all members.

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

Detailed Description

Definition at line 27 of file exceptions.h.


Constructor & Destructor Documentation

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().

Here is the call graph for this function:

Rcpp::exception::~exception ( ) throw () [virtual]

Definition at line 28 of file exceptions.cpp.


Member Function Documentation

virtual const char* Rcpp::exception::what ( ) const throw () [virtual]

Member Data Documentation

std::string Rcpp::exception::message [private]

Definition at line 33 of file exceptions.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines