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

This represents an unknown transport event. More...

#include <exception.hpp>

Inheritance diagram for UnknownTransportException:
Exception

Public Member Functions

 UnknownTransportException (const char *text) noexcept
 Constructor. More...
 
 UnknownTransportException (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 an unknown transport event.

Constructor & Destructor Documentation

UnknownTransportException ( const char *  text)
explicitnoexcept

Constructor.

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

Constructor.

Parameters
textThe exception text.

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