#include <dht/exception.h>
Inheritance diagram for dht::exception:
Public Member Functions | |
exception (const char *reason) | |
virtual const char * | what () const throw () |
Reason for the exception as NULL terminated string. |
Each exception thrown by dht library inherits from this class.
These are the possible concrete exception classes defined by DHT:
Implementations may define others derived from these or base class.
virtual const char* dht::exception::what | ( | ) | const throw () [inline, virtual] |
Reason for the exception as NULL terminated string.