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

This represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string). More...

#include <btexception.hpp>

+ Inheritance diagram for tracing::out_of_range:
+ Collaboration diagram for tracing::out_of_range:

List of all members.

Public Member Functions

 out_of_range (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

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.


Constructor & Destructor Documentation

tracing::out_of_range::out_of_range ( const std::string &  __arg)
explicit

Constructor.

Parameters:
__argThe message to be held by this instance.

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