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

std::runtime_error

Member Functions

Name

operator=

what [virtual]

Using Declarations

Name

Description

IPAddressFormatException

Inherits the constructors of std::runtime_error.

Derived Classes

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.

Created with MrDocs