私のコードは次のとおりです。
for(int i=0;i<listTweetId.size();i++){
if((status = twitter.getStatus(listTweetId.get(i)))!=null){
...
私の問題は、削除されたツイートのIDであるtweetTweetIdがlistTweetIdに存在し、それがどのように検証されるかわからないことです。最後に、この場合、エラーが発生します。つまり、次のようになります。
Exception in thread "main" winterwell.jtwitter.TwitterException$E404:
Not Found HTTP/1.1 404 Not Found
{"error":"No status found with that ID.","request":"/1/statuses/show/112779914381492224.json?include_entities=1&"}
PS:ツイートは空ではありません