Rcpp Version 1.0.9
|
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.
|
inline |
Constructor.
[in] | message | A description of event that caused this exception. |
Definition at line 22 of file piWithInterrupts.cpp.
|
inlinevirtual |
Virtual destructor. Needed to avoid "looser throw specification" errors.
Definition at line 29 of file piWithInterrupts.cpp.
|
inlinevirtual |
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().