pcappp::Exception Class Reference
#include <Exception.h>
List of all members.
|
Public Member Functions |
| | Exception (std::string const &msg="") |
| | Creates an Exception object.
|
Detailed Description
Generic exception thrown by libpcap++.
Derives from std::runtime_error, so one can call what() on it in order to get a human readable error message.
Constructor & Destructor Documentation
| pcappp::Exception::Exception |
( |
std::string const & |
msg = "" |
) |
[inline] |
The documentation for this class was generated from the following file: