说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 异常处理、异常处理机制
1)  exception handling
异常处理、异常处理机制
2)  Java exception handling mechanism
Java异常处理机制
3)  exception handling
异常处理机制
1.
Exception handling is one of the most important characteristics in the OOPL,and it offers a strong support for reliable software systems,however,exception handling will consume memory and CPU to result in slower speed of program.
异常处理机制是面向对象程序设计语言的重要特征之一,它把异常处理的技术固化到了程序设计语言中,为开发可靠性软件系统提供了强有利的支持。
2.
Exception handling is one of the most important characteristics in the Java and it offers a strong support for reliable software systems, however, exception handling will consume memory and CPU to result in slower speed of program.
异常处理机制是Java语言的重要特征之一,正确使用异常处理机制对设计可靠、健壮的程序十分重要。
4)  exception handling mechanism
异常处理机制
1.
Research on Exception Handling Mechanism in Design by Contract
契约式设计中异常处理机制研究
2.
However, the inclusion of exception handling mechanism makes program s control information more complex.
异常处理机制是一种运行时错误通知机制,将程序的正常控制代码和错误处理代码分离。
5)  exception handling
异常处理
1.
Approach to evaluating exception handling of programs;
一种异常处理策略的评测方法(英文)
2.
Analysis of information flow in exception handling of Java bytecode;
Java字节码异常处理中信息流的分析
3.
Study on transaction-based workflow exception handling models and methods;
基于事务的工作流异常处理模型及方法
6)  exception handing
异常处理
1.
Presentation of exception handing with UML activity diagram in workflow system;
工作流异常处理的UML活动图描述方法
2.
In this article, compares and analyzes advantages of using exception in application, introduces exception thrown, capturing exception, rules of exception handing in .
NET应用程序中异常抛出、异常捕捉及异常处理的原则,重点讲解了自定义异常类,并用实例详细说明自定义异常类的使用方法。
补充资料:异常处理


异常处理
exception handling

  y jchQng ehull异常处理(exeePtion handling)程序设计语言提供的为描述异常与异常处置而用的语言机制。语言中提供的异常处理机制一般包括引发机制和处理机制两部分。 有几种解决异常处理的方案,一种是把异常处理看作针对非经常发生的事件(不一定是错误)的一种正常程序设计技巧,异常情况发生时,便由异常处理程序处理,处理结束时,控制还可以回到发生异常的位置。因此,也可以利用异常处理来实现一些修补工作。当修补结束时,又继续程序的正常执行。另一种则只限于异常情况发生了一些称作“错误”(或者是结束条件)的事件。这便表示,在某一程序单位中发生异常情况时,执行就告终止,把控制转到异常处理程序,但以后就不再回到发生异常情况的位置,处理程序可以决定重新启动有关的程序段,但不是简单的恢复。无法恢复时,保留现场信息供分析用。
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条