2023.10.29
1.会抛出InterruptedException,简单来说就是当阻塞方法收到中断请求的时候就会抛出InterruptedException异常,当一个方法后面声明可能会抛出InterruptedException 异常时,说明该方法是可能会花一点时间,但是可以取消的方法,这是一个受检异常,需要在编译时期处理。
标签:受检,抛出,InterruptedException,方法,sleep,异常 From: https://www.cnblogs.com/RynerLee/p/17796656.html