okfn / dataproxy

Web application (targeted at appengine) to proxy data from certain data types into a JSON-P data type so that users can create mashups against remote data sets.
http://jsonpdataproxy.appspot.com/
Other
75 stars 24 forks source link

Mention exception class in error message for exceptions that have no message #9

Closed jpmckinney closed 12 years ago

jpmckinney commented 12 years ago

Otherwise, you get a useless "Data transformation failed. Reason: " message. Google App Engine exceptions do not define messages, so it is important to put the exception class in the message.