status = new Tweet(el
.getJSONObject(TwitterAPI.Field.DELETE.toString())
.getJSONObject(TwitterAPI.Field.STATUS.toString())
.getString(TwitterAPI.Field.ID.toString()));
} catch (JSONException e) {
throw new TweetParseException(e);
} catch (NullPointerException e) {
throw new TweetParseException(e);
}
boolean b = deleteHandler.isOpen();
if (b) {