Exception that is thrown when dealing with invalid IP addresses. A subclass of std::runtime_error
Synopsis
Declared in <folly/IPAddressException.h>
class IPAddressFormatException
: public std::runtime_error
Base Classes
Name |
Description |
|
Member Functions
Name |
|
Using Declarations
Name |
Description |
Inherits the constructors of std::runtime_error. |
Derived Classes
Name |
Description |
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. |
Created with MrDocs