exception documentation

class InvalidAddressError(ValueError):

Constructor: InvalidAddressError(address, message)

View In Hierarchy

An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other).

Method __init__ No summary
Instance Variable address See __init__
Instance Variable message See __init__
def __init__(self, address, message):
Parameters
address:strThe address that was provided.
messageA native string of additional information provided by the calling context.
address =
message =