Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
TimeoutException Class Reference

This represents a timeout event. More...

#include <exception.hpp>

Inheritance diagram for TimeoutException:
Exception

Public Member Functions

 TimeoutException (const char *text) noexcept
 Constructor. More...
 
 TimeoutException (const std::string &text) noexcept
 Constructor. More...
 
- Public Member Functions inherited from Exception
 Exception (const char *text) noexcept
 Constructor. More...
 
 Exception (const std::string &text) noexcept
 Constructor. More...
 
virtual const char * what () const noexcept
 This returns the text for the exception. More...
 

Additional Inherited Members

- Protected Attributes inherited from Exception
std::string _text
 This is the exception text.
 

Detailed Description

This represents a timeout event.

Constructor & Destructor Documentation

TimeoutException ( const char *  text)
explicitnoexcept

Constructor.

Parameters
textThe exception text.
TimeoutException ( const std::string &  text)
explicitnoexcept

Constructor.

Parameters
textThe exception text.

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