[appengine-java] Re: Runtime Exceptions

2009-10-24 Thread Nacho Coloma

How about

jar -tvf appengine-api-1.0-sdk-1.2.1.jar | grep Exception

At least, that should give you a list of Exceptions to support. If you
find out more, please share :)

On Oct 24, 6:46 am, Roy  wrote:
> I read a lot about failures and timeouts from the datastore, but I
> can't find any documentation and of course the development environment
> doesn't simulate them.
>
> Has anybody compiled a list of the various error states and exceptions
> that we need to code for?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: Runtime Exceptions

2009-10-27 Thread Jason (Google)
See the Exception Summary at the bottom of the low-level API reference:

http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html

We'll be coming out with an article soon which discusses this in more detail
and includes examples of how to catch and handle such exceptions.

- Jason

On Fri, Oct 23, 2009 at 9:46 PM, Roy  wrote:

>
> I read a lot about failures and timeouts from the datastore, but I
> can't find any documentation and of course the development environment
> doesn't simulate them.
>
> Has anybody compiled a list of the various error states and exceptions
> that we need to code for?
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---