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

This represents a parse-error event. More...

#include <exception.hpp>

Inheritance diagram for ParseErrorException:
Exception

Public Member Functions

 ParseErrorException (const char *text) noexcept
 Constructor. More...
 
 ParseErrorException (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 parse-error event.

Constructor & Destructor Documentation

ParseErrorException ( const char *  text)
explicitnoexcept

Constructor.

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

Constructor.

Parameters
textThe exception text.

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