|
xorp
|
A standard XORP exception that is thrown if an address family is invalid. More...
#include <exceptions.hh>
Public Member Functions | |
| InvalidFamily (const char *file, size_t line, int af) | |
| const string | why () const |
| Get the reason for throwing an exception. | |
Protected Attributes | |
| int | _af |
A standard XORP exception that is thrown if an address family is invalid.
| const string InvalidFamily::why | ( | ) | const [virtual] |
Get the reason for throwing an exception.
Reimplemented from XorpException.