App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.api.yaml_errors.EventListenerError Class Reference
Inheritance diagram for google.appengine.api.yaml_errors.EventListenerError:
google.appengine.api.yaml_errors.Error google.appengine.api.yaml_errors.EventError google.appengine.api.yaml_errors.EventListenerYAMLError

Public Member Functions

def __init__
 

Public Attributes

 cause
 

Detailed Description

Top level exception raised by YAML listener.

Any exception raised within the process of parsing a YAML file via an
EventListener is caught and wrapped in an EventListenerError.  The causing
exception is maintained, but additional useful information is saved which
can be used for reporting useful information to users.

Attributes:
  cause: The original exception which caused the EventListenerError.

Constructor & Destructor Documentation

def google.appengine.api.yaml_errors.EventListenerError.__init__ (   self,
  cause 
)
Initialize event-listener error.

The documentation for this class was generated from the following file: