FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
This represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string). More...
#include <btexception.hpp>
Public Member Functions | |
out_of_range (const std::string &__arg) | |
Constructor. | |
![]() | |
logic_error (const std::string &__arg) | |
Constructor. | |
virtual | ~logic_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. |
This represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string).
Definition at line 263 of file btexception.hpp.
|
explicit |
Constructor.
__arg | The message to be held by this instance. |