Exception that is thrown when dealing with invalid IP addresses. A subclass of std::runtime_error
Declared in <folly/IPAddressException.h>
class IPAddressFormatException
: public std::runtime_error
| Name | Description |
|---|---|
std::runtime_error |
| Name |
|---|
operator= |
what [virtual] |
| Name | Description |
|---|---|
IPAddressFormatException | Inherits the constructors of std::runtime_error. |
| Name | Description |
|---|---|
InvalidAddressFamilyException | Exception that is thrown when an IP Address is not of the family expected (ie, expected a V4 but is a V6). A subclass of IPAddressFormatException. |