folly::IPAddressFormatException

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

NameDescription
std::runtime_error

Member Functions

Name
operator=
what [virtual]

Using Declarations

NameDescription
IPAddressFormatException Inherits the constructors of std::runtime_error.

Derived Classes

NameDescription
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.