/**@class android.database.StaleDataException
@extends java.lang.RuntimeException

 This exception is thrown when a Cursor contains stale data and must be
 requeried before being used again.
*/
var StaleDataException = {


};