• Listing 6 shows the logic for identifying RuntimeException capture.

    清单6显示用于标识RuntimeException捕获的逻辑

    youdao

  • So, in your situation: your application exception classes are subclasses of RuntimeException.

    因此对于情况:您的应用程序异常RuntimeException子类

    youdao

  • In Listing 3, I've ensured that a RuntimeException will be thrown if push with null is called.

    清单3中,确保如果null调用push,则抛出RuntimeException

    youdao

  • Although a RuntimeException, this is a parent class which can be caught by clients of the library calls.

    虽然CalendricalExcpetion一个RuntimeException客户端的调用可以捕获这个

    youdao

  • If the value turns out to be null, I then throw a RuntimeException to alert everyone of the potential problem.

    如果最终为null会抛出一个RuntimeException警告他人注意这个潜在问题

    youdao

  • Unlike RMI, these services don't have checked exceptions (though clearly, if a communication error occurs, a RuntimeException will be thrown).

    不像RMI那样这些服务无需checked exception(很明显如果发生通信错误抛出RuntimeException)。

    youdao

  • You should take care to return a value of the right type and to only throw exceptions declared by the method; otherwise, the Proxy implementation will raise a RuntimeException.

    应该小心返回适当类型并且抛出方法声明异常否则Proxy实现抛出一个RuntimeException

    youdao

  • It iterates the list of catch blocks, and if it finds one that catches Exception, it looks again for a catch block that catches RuntimeException for the same range of bytecodes.

    将迭代捕获列表如果发现捕获Exception,它会再次查找捕获块,该捕获块将捕获字节同一范围RuntimeException

    youdao

  • In this installment, you'll develop a detector for a less trivial bug pattern, called RuntimeException capture. (this bug detector is now included in the FindBugs distribution.)

    的文章中,开发一个称为RuntimeExceptioncapturebug模式检测器(目前,FindBugs发行版中已包含bug检测器。)

    youdao

  • Bug patterns often stem from confusing features of the language or the class library; this bug pattern stems from the somewhat counterintuitive fact that RuntimeException extends Exception.

    bug模式通常源自语言模糊功能;出现bug模式是因为RuntimeException扩展了Exception,稍微有点违反常理

    youdao

  • Unchecked exceptions which are descendents of RuntimeException class are the ideal candidate exceptions handle non-recoverable errors such as resource non-availability or some null Pointers.

    未检查异常作为运行时exception理想异常侯选处理不可恢复性出错,资源不可用或者指针。

    youdao

  • 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)都会被调用以便生成合适的异常响应。

    youdao

  • 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)都会被调用以便生成合适的异常响应。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定