Package openid :: Package server :: Module server :: Class MalformedReturnURL
[frames] | no frames]

Class MalformedReturnURL

source code

exceptions.Exception --+    
                       |    
           ProtocolError --+
                           |
                          MalformedReturnURL

The return_to URL doesn't look like a valid URL.

Instance Methods [hide private]
  __init__(self, openid_message, return_to)
When an error occurs.

Inherited from ProtocolError: encodeToKVForm, encodeToURL, getReturnTo, hasReturnTo, toMessage, whichEncoding

Inherited from exceptions.Exception: __getitem__, __str__


Instance Variables [hide private]

Inherited from ProtocolError: message


Method Details [hide private]

__init__(self, openid_message, return_to)
(Constructor)

source code 

When an error occurs.
Overrides: ProtocolError.__init__
(inherited documentation)