• 单纯根据堆栈跟踪可能很难指出产生异常的原因,而且代码应用程序服务器托管时情况会更加复杂

    Figuring out what caused an exception from stack traces alone can be difficult, and it's even more complicated when your code is hosted by an application server.

    youdao

  • 处理程序代码可以使用这些回调中传递信息但是不能影响解析过程除了引发一个异常)。

    Your handler code can make use of the information passed by the call-backs, but cannot affect the parsing (except by throwing an exception).

    youdao

  • 同时应用程序代码可能需要访问这些异常中的信息因此不能轻易地抛弃忽略它们

    At the same time, your application code may need to access the information within these exceptions, so you can't simply throw out or ignore them.

    youdao

  • 代码处理SQL异常运行应用程序,以此判断SQL是否有效。

    Handle SQL exceptions in your code and run your applications to find out whether the SQL is valid or invalid.

    youdao

  • 应该成员函数向您出的所有异常编制文档,以便其它程序知道他们的代码需要捕捉什么。

    You should document any and all exceptions that a member function throws at you so that other programmers know what their code will need to catch.

    youdao

  • 通过它们充分介绍,大多数程序员都阅读带有异常代码能解释作用

    They teach enough that most programmers can read code that employs exceptions and explain its actions.

    youdao

  • 然而的确会告诉代码管理员,某个程序注释极其简洁的异常冗长还是编程人员来说是很难理解的。

    It does, however, tell the code manager if comments from a programmer are unusually terse, unusually verbose, or difficult for a nonprogrammer to understand.

    youdao

  • 由于代码仅仅作为样例使用我们没有执行任何实际的错误处理但是我们实现了一个虚构的异常处理程序从而完成代码编译。

    Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.

    youdao

  • 通过打开异常跟踪可以提供堆栈多个快照作为应用程序代码冒出异常

    By switching on exception tracing, you will be able to provide multiple snapshots of the stack as an exception bubbles up through layers of application code.

    youdao

  • 生产代码这个异常明确捕获以便应用程序用户提供不正确代码能够进行恰当响应

    This exception will be caught specifically in your production code so that your application can respond graciously when a user supplies an incorrect password.

    youdao

  • 应用程序代码往往捕获转换异常,其间常常废弃许多详细信息

    Application code also tends to catch and translate exceptions, usually discarding many details in the process.

    youdao

  • 这样一来测试数据修改应用程序是否能工作显得异常简单无须修改任何代码

    That way, testing if an application still works if the data is modified is really simple and does not require any modification of the source code.

    youdao

  • 事务使我们能够很多异常处理恢复工作委托TPMRM从而简化了我们代码使我们能够空出更多时间来考虑应用程序逻辑

    Transactions enable us to delegate many elements of exception handling and recovery to the TPM and the RMs, simplifying our code and freeing us to think about application logic instead.

    youdao

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

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

    youdao

  • 如果J2EE应用程序接收ResourceException,则可以检测异常是否表示CICS事务异常终止甚至可以确定特定的CICS异常终止代码什么

    If the J2EE application receives a ResourceException, it can detect if the exception represents a CICS transaction abend, and even what the particular CICS abend code was.

    youdao

  • 程序运行时一旦检测到约束的冲突,代码模式能够抛出相应的异常

    The code patterns can throw corresponding exception when having detected constraint violated during program's runtime.

    youdao

  • 异常程序一个未曾预料环节没有代码被明确地设计用来处理包含问题代码片断。

    An exception is a situation in which a program has an unexpected circumstance that the section of code containing the problem is not explicitly designed to handle.

    youdao

  • 结构化异常处理中,代码封装每个一个几个关联处理程序

    In structured exception handling, blocks of code are encapsulated, with each block having one or more associated handlers.

    youdao

  • 如果遇到引用其他程序代码发生运行时异常其他错误条件并且出其他原因,则可能正在使用过期程序集。

    If you encounter runtime exceptions or other error conditions that occur in code that references another assembly, and have no other identified cause, you may be dealing with an out of date assembly.

    youdao

  • 异常处理机制运行错误通知机制,程序正常控制代码错误处理代码分离。

    Exception handling is a runtime-error notifying mechanism. It separates the error handling code from normal code and makes software do its utmost to run on the normal state.

    youdao

  • 可以调试器遇到任何用户代码(“代码”)中的处理程序处理异常中断执行

    You can tell the debugger to break on any exception that is not handled by a handler in user code (" My code ").

    youdao

  • 通过应用程序中放置异常处理代码可以处理用户可能遇到大多数错误使应用程序能够继续运行

    By placing exception handling code in your application, you can handle most of the errors users may encounter and enable the application to continue running.

    youdao

  • 例如假设应用程序a创建应用程序b后者执行引发异常代码

    For example, suppose Application Domain a creates Application Domain B, which executes code that throws an exception.

    youdao

  • 托管代码抛出异常发生运行时调用堆栈搜索应用程序域中异常处理程序之前

    Occurs when an exception is thrown in managed code, before the runtime searches the call stack for an exception handler in the application domain.

    youdao

  • 正如上一描述那样,语言特定处理程序作为异常处理程序搜索一部分或展开代码的一部分进行调用

    As described in the previous section, the language specific handler is called as part of the search for an exception handler or as part of an unwind.

    youdao

  • 异常在出现问题代码引发,堆栈中向上传递直到应用程序对其进行处理或者程序失败

    An exception is thrown by code when a problem occurs, and it is passed up the stack until the application handles it or the program fails.

    youdao

  • 可以轻松添加异常处理代码增加程序可靠性

    Exception-handling code can be easily added to increase program reliability.

    youdao

  • 处理程序需要执行任何操作代码避免产生异常允许异常传播调用方法

    The handler is not required to perform any action, and your code should avoid generating exceptions or allowing exceptions to propagate to the calling method.

    youdao

  • 处理程序需要执行任何操作代码避免产生异常允许异常传播调用方法

    The handler is not required to perform any action, and your code should avoid generating exceptions or allowing exceptions to propagate to the calling method.

    youdao

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

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

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