网页
图片
视频
学术
词典
地图
更多
航班
笔记本
InterruptedException
网络
中断异常;语句覆盖;抛出中断异常
网络释义
1.
中断异常
编程英语词汇 - 豆丁网 ... EOFException 文件结束异常
InterruptedException
(线程)
中断异常
try 尝试 ...
www.docin.com
|
基于167个网页
2.
语句覆盖
... Print Queue,给出的单元测试显示完整的
语句覆盖
(除了
InterruptedException
处理)没有显示出 bug。
www.51testing.com
|
基于5个网页
3.
抛出中断异常
1) 当线程sleep/wait/join时,
抛出中断异常
(
InterruptedException
).
www.myexception.cn
|
基于3个网页
4.
会抛出异常
由于这种方式不是正常方式让线程结束冻结,故
会抛出异常
(
interruptedException
)。而且为避免返回执行时进程再次进入冻 …
www.th7.cn
|
基于2个网页
5.
处理
因为main的中断信号已经 被
处理
(即抛出了
InterruptedException
),所以main线程恢复到未被 中断状态,所以Thread.current…
s.yanghao.org
|
基于 1 个网页
6.
会报警
...进来(thread.interrupt()),手机
会报警
(
InterruptedException
),你会被叫醒来处理;
www.dewen.org
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
中断异常
中断异常
,
语句覆盖
语句覆盖
,
抛出中断异常
抛出中断异常
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
When
a
blocking
method
detects
interruption
and throws
InterruptedException
, it clears the interrupted
status
.
当
一个
阻塞
方法
检测到
中断
并
抛出
InterruptedException
时
,
它
清除
中断
状态
。
www.ibm.com
2.
But
then
the
compiler
or
IDE
balks
that
you haven't
dealt
with the
checked
InterruptedException
.
但是
编译
器
或
IDE
报错
说
没有
处理
检查
到
的
InterruptedException
。
www.ibm.com
3.
You
can
see
this
in
Listing
3
,
where
the accessResource
method
throws
an
InterruptedException
while
accessing
the
shared
resource
.
您
可以
从
清单
3
的
代码
看到
这
一点
,
其中
accessResource
方法
在
访问
共享
资源
时
抛出
了
一个
InterruptedException
异常
。
www.ibm.com
4.
Sometimes
throwing
InterruptedException
is
not
an
option
,
such
as
when
a
task
defined
by
Runnable
calls
an
interruptible
method
.
有时候
抛出
InterruptedException
并不
合适
,
例如
当
由
Runnable
定义
的
任务
调用
一个
可中断
的
方法
时
,
就是
如此
。
www.ibm.com