未捕获异常的方法称为通过反射扔。
Uncaught exception thrown by method called through Reflection.
拆卸不能为源位置显示。未捕获异常的方法称为通过反射扔。
Disassembly cannot be displayed for the source location. Uncaught exception thrown by method called through Reflection.
在Tiger之前,ThreadGroup类提供了一种处理未捕获异常的方法: ThreadGroup的uncaughtException()方法。
Prior to Tiger, the ThreadGroup class provided one way to handle uncaught exceptions: the uncaughtException() method of ThreadGroup.
像添加未捕获的异常处理程序这样的简单库更改,可以极大地增加原代码的可理解性。
Simple library changes like adding an uncaught exception handler greatly increase the comprehensibility of source code.
newScheduledThreadPool可以创建像Timer对象一样工作的线程池,但是能够更好地处理未捕获的异常和线程饥饿。
NewScheduledThreadPool creates a pool that works like the Timer object but is better at handling uncaught exceptions and thread starvation.
为了避免这一点,未捕获处理程序可以决定是请求异常中止调用,还是请求线程退出调用。
To avoid this, an un-caught handler can decide whether to invoke an abort or a thread-exit call.
未监护日志例子中的小组还有捕获异常的问题。
The team from the unguarded logging example also had problems with catching exceptions.
工作台自动将所有未捕获的异常记录到错误日志中。
The workbench automatically logs all uncaught exceptions to the error log.
如果未捕获此异常,则缺省操作是提交事务(包括CICS执行的所有工作),直到异常终止点。
If this exception is left uncaught, the default action will be to commit the transaction, including all work performed by CICS, up to the point of the abend.
即使是未捕获的异常造成了返回,也会发生锁的释放。
The lock release occurs even if the return was caused by an uncaught exception.
即使是未捕获的异常造成了返回,也会发生锁的释放。
The lock release occurs even if the return was caused by an uncaught exception.
应用推荐