FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
Logic errors represent problems in the internal logic of a program; in theory, these are preventable, and even detectable before the program runs (e.g., violations of class invariants). More...
#include <btexception.hpp>
Public Member Functions | |
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. |
Logic errors represent problems in the internal logic of a program; in theory, these are preventable, and even detectable before the program runs (e.g., violations of class invariants).
One of two subclasses of exception.
Definition at line 210 of file btexception.hpp.
|
inlineexplicit |
Constructor.
__arg | The message to be held by this instance. |
Definition at line 218 of file btexception.hpp.
|
inlinevirtual |
Retrieves the message, provided at construction time.
Definition at line 225 of file btexception.hpp.