FreeRDP-WebConnect WebSockets gateway  1.0.0.167
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
tracing::invalid_argument Class Reference

Thrown to report invalid arguments to functions. More...

#include <btexception.hpp>

+ Inheritance diagram for tracing::invalid_argument:
+ Collaboration diagram for tracing::invalid_argument:

List of all members.

Public Member Functions

 invalid_argument (const std::string &__arg)
 Constructor.
- Public Member Functions inherited from tracing::logic_error
 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.
- Public Member Functions inherited from tracing::exception
 exception () throw ()
 Constructs a new backtrace_exception.
virtual const char * where () const throw ()
 Returns a backtrace.

Detailed Description

Thrown to report invalid arguments to functions.

Definition at line 241 of file btexception.hpp.


Constructor & Destructor Documentation

tracing::invalid_argument::invalid_argument ( const std::string &  __arg)
inlineexplicit

Constructor.

Parameters:
__argThe message to be held by this instance.

Definition at line 247 of file btexception.hpp.


The documentation for this class was generated from the following file: