|
Rcpp Version 0.9.10
|
Public Member Functions | |
| interrupt_exception (std::string message) | |
| virtual | ~interrupt_exception () throw () |
| virtual const char * | what () const throw () |
Public Attributes | |
| std::string | detailed_message |
Base class for interrupt exceptions thrown when user interrupts are detected.
Definition at line 15 of file piWithInterrupts.cpp.
| interrupt_exception::interrupt_exception | ( | std::string | message | ) | [inline] |
Constructor.
| [in] | message | A description of event that caused this exception. |
Definition at line 22 of file piWithInterrupts.cpp.
| virtual interrupt_exception::~interrupt_exception | ( | ) | throw () [inline, virtual] |
Virtual destructor. Needed to avoid "looser throw specification" errors.
Definition at line 29 of file piWithInterrupts.cpp.
| virtual const char* interrupt_exception::what | ( | ) | const throw () [inline, virtual] |
Obtain a description of the exception.
Definition at line 35 of file piWithInterrupts.cpp.
References detailed_message.
| std::string interrupt_exception::detailed_message |
String with details on the error.
Definition at line 42 of file piWithInterrupts.cpp.
Referenced by what().