|
FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes. More...
#include <btexception.hpp>
Inheritance diagram for tracing::runtime_error:
Collaboration diagram for tracing::runtime_error:Public Member Functions | |
| runtime_error (const std::string &__arg) | |
| Constructor. | |
| virtual | ~runtime_error () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
| Retrieves the message, provided at construction time. | |
Public Member Functions inherited from tracing::exception | |
| exception () throw () | |
| Constructs a new backtrace_exception. | |
| virtual const char * | where () const throw () |
| Returns a backtrace. | |
Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes.
One of two subclasses of exception.
Definition at line 183 of file btexception.hpp.
|
inlineexplicit |
Constructor.
| __arg | The message to be held by this instance. |
Definition at line 190 of file btexception.hpp.
|
inlinevirtual |
Retrieves the message, provided at construction time.
Definition at line 198 of file btexception.hpp.