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