特牛生活网

如何处理InterruptedException异常-CSDN博客

网友收藏
文章浏览阅读3.5k次,点赞3次,收藏8次。如何处理InterruptedException异常前言当你捕捉到InterruptedException异常时,在catch代码块里会如何处理呢?首先我们来看下什么时候会抛出InterruptedException异常。java.lang.InterruptedException类的注释中有提到:@see java.lang.Object#wait()@see java.lang.Object#wait(long)@see java.lang.Object#wait(_interruptedexception