月亮词典
首页
查询
uncaught
没被抓住的
常用释义
词性释义
adj.
没被抓住的,没被捕获的
例句
全部
JIT
-
attach
debugging
is the
phrase
used
to
describe
attaching
a
debugger
to an
executable
image
that
throws
an
uncaught
exception
.
JIT
附加
调试
是
用于
描述
如何
将
调试
器
附加
到
可执行
映像
的
词组
,
它
引发
未
捕获
的
异常
。
Simple
library
changes
like
adding
an
uncaught
exception
handler
greatly
increase
the
comprehensibility
of
source
code
.
像
添加
未
捕获
的
异常
处理程序
这样
的
简单
库
更改
,
可以
极大地
增加
原
代码
的
可
理解
性
。
The
lock
release
occurs
even if
the
return
was
caused
by an
uncaught
exception
.
即使
是
未
捕获
的
异常
造成
了
返回
,
也
会
发生
锁
的
释放
。
Cause
:
Various
program
threads
are
stuck
waiting
for
input
from
a
thread
that
exited
after
an
uncaught
exception
was
thrown
.
致
因
:
多个
程序
线程
一直
等待
来自
某个
线程
的
输入
,
而
该
线程
在
抛出
一个
未
被
捕捉
的
异常
后
就
退出了
。
Any
uncaught
exception
is
displayed as
a
Popup
to
the
user
,
and is
also
appended
to the pluglet
console
.
任何
一个
没有
被
抛出
的
异常
会
在
用户
面前
弹出
,
同时
也
被
添加
至
pluglet
控制台
。
Called
by the
Java
Virtual
Machine
when
a
thread
in
this
thread
group
stops
because
of
an
uncaught
exception
.
当
该
线程
组
中
某
线程
因为
无法
捕获
的
异常
而
停止
时
,
Java
虚拟
机
调用
该
方法
。
You
might
get
the
message
"
SRVE0207E:
Uncaught
initialization exception thrown by servlet"
when
accessing
the
XML
descriptor
above
.
当
访问
以上
的
XML
描述
器
时
,
您
可能
得到
消息
“
SRVE0207E:Uncaughtinitializationexceptionthrownbyservlet
”。
The
workbench
automatically
logs
all
uncaught
exceptions
to
the
error
log
.
工作台
自动
将
所有
未
捕获
的
异常
记录
到
错误
日志
中
。
For
instance
,
you
can
add
an
exception
or
error
name
to
the
throw
,
catch
,
and
uncaught
events
.
例如
,
可以
在
throw
、
catch
和
uncaught
事件
上
添加
异常
名
或
错误
名
。
When
an
uncaught
exception
occurs
,
the
default
behavior
is
to
print
a
stack
dump
to
system
error
(
System
.
err
)
发生
未
捕获
的
异常
时
,
默认
行为
是
将
堆栈
溢出
打印
输出
到
系统
错误
(
System.err
)
中
,
如
清单
1
中
所
示
。
更新时间:2025-05-02 10:29