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

Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes. More...

#include <btexception.hpp>

+ Inheritance diagram for tracing::runtime_error:
+ Collaboration diagram for tracing::runtime_error:

List of all members.

Public Member Functions

 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.
- 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

Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes.

One of two subclasses of exception.

Definition at line 183 of file btexception.hpp.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
__argThe message to be held by this instance.

Definition at line 190 of file btexception.hpp.


Member Function Documentation

virtual const char* tracing::runtime_error::what ( ) const throw ()
inlinevirtual

Retrieves the message, provided at construction time.

Returns:
The textual message, provided at construction time.

Definition at line 198 of file btexception.hpp.


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