class documentation

class WebPathNotValidError(WWWError): (source)

View In Hierarchy

Error when the url points to an invalid page path
Method __init__ No summary
Class Variable description Undocumented

Inherited from WWWError:

Class Variable statusstring Undocumented
Instance Variable headers Undocumented
Instance Variable msg Undocumented
Instance Variable status Undocumented

Inherited from Error (via WWWError):

Method __repr__ Undocumented
Method __str__ Undocumented
def __init__(self): (source)
Constructor
Parameters
msgspecific error message - will be appended after the standard error string
statuserror code, e.g. '500' for "Internal Server Error" or '404' for "Not Found" - see http specifications for valid error codes
headersadditional http headers for the error response, list of 2-tuples with header name and value
description: str = (source)

Undocumented