maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Domain.listItemsAttributes incorrectly eats a SDBException and outputs text to the console #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke Domain.listItemsAttributes with a bad query

Expected: SDBException is thrown

Actual: A statement is written to stdout, the stack trace is printed to
stderr, and the exception is not thrown to the client

Original issue reported on code.google.com by gabriel....@gmail.com on 14 Jan 2010 at 10:11

GoogleCodeExporter commented 9 years ago
As luck would have it, this method has been removed because the API no longer 
supports it.

Original comment by dkavan...@gmail.com on 23 Mar 2010 at 10:03