![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
Public Attributes | |
cause | |
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.
def google.appengine.api.yaml_errors.EventListenerError.__init__ | ( | self, | |
cause | |||
) |
Initialize event-listener error.