FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
Thrown to indicate range errors in internal computations. More...
#include <btexception.hpp>
Public Member Functions | |
range_error (const std::string &__arg) | |
Constructor. | |
![]() | |
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. | |
![]() | |
exception () throw () | |
Constructs a new backtrace_exception. | |
virtual const char * | where () const throw () |
Returns a backtrace. |
Thrown to indicate range errors in internal computations.
Definition at line 274 of file btexception.hpp.
|
explicit |
Constructor.
__arg | The message to be held by this instance. |