首页 / 词典 / good

uncaught

  • adj.未捕获;没被抓住的,没被捕获的
uncaughtuncaught
  1. The lock release occurs even if the return was caused by an uncaught exception .

    即使是未捕获的异常造成了返回,也会发生锁的释放。

  2. Simple library changes like adding an uncaught exception handler greatly increase the comprehensibility of source code .

    像添加未捕获的异常处理程序这样的简单库更改,可以极大地增加原代码的可理解性。

  3. For instance , you can add an exception or error name to the throw , catch , and uncaught events .

    例如,可以在throw、catch和uncaught事件上添加异常名或错误名。

  4. When an uncaught exception occurs , the default behavior is to print a stack dump to system error ( System . err )

    发生未捕获的异常时,默认行为是将堆栈溢出打印输出到系统错误(System.err)中,如清单1中所示。

  5. NewScheduledThreadPool () creates a pool that works like the Timer object but is better at handling uncaught exceptions and thread starvation .

    newScheduledThreadPool()可以创建像Timer对象一样工作的线程池,但是能够更好地处理未捕获的异常和线程饥饿。

  6. Any uncaught exception is displayed as a Popup to the user , and is also appended to the pluglet console .

    任何一个没有被抛出的异常会在用户面前弹出,同时也被添加至pluglet控制台。

  7. Prior to Tiger , the ThreadGroup class provided one way to handle uncaught exceptions : the uncaughtException () method of ThreadGroup .

    在Tiger之前,ThreadGroup类提供了一种处理未捕获异常的方法:ThreadGroup的uncaughtException()方法。

  8. Agavi will automatically handle any uncaught exceptions , as it captures them and returns a generic '500 Internal Server Error'page to the client .

    Agavi将自动处理任何未捕获的异常,因为它捕获异常并将一个“500InternalServerError”页面返回到客户端。

  9. If I 'm performing the same iteration while running in an application server , I 'm not nearly as cavalier about letting the exceptions go uncaught .

    如果我在运行应用服务的同时执行相同的迭代,我不能对这些异常坐视不管。

  10. Void respond ( RuntimeException , RequestCycle ) is called whenever an uncaught exception occurs during the event handling or response phase so that an appropriate exception response can be generated .

    只要在事件处理过程或响应阶段发生未被捕获的异常,voidrespond(RuntimeException,RequestCycle)都会被调用以便生成合适的异常响应。