摘要
异常处理是高级语言中一种强大的,也是容易被误用的机制。各种高级语言中的异常处理机制有着不同的规范,无论是面向过程的语言还是后来面向对象的语言都可以通过该机制发现大部分的运行错误。基于Web的智能大厦办公自动化系统是基于J2EE实现的,其健壮性和安全性是至关重要的因素,利用java实现必须考虑大量的异常处理操作。如何设计合理的异常处理是本文讨论的重点。
Exception handling is a powerful mechanism in the advanced computer languages which is also easy to misuse. There are different criterions in different advanced languages. No matter in POP or in OOP, the programmer can find many errors by using this mechanism. The Intelligent Building System is based on the Web. It is fulfilled by the J2EE. The whole system needs high quality of safe and robust. So the exception handling must be used for assuring. This paper is mainly talk about exception handling.
出处
《微计算机信息》
北大核心
2006年第05X期197-199,共3页
Control & Automation
基金
基金资助:建设部
湖北省建设科技开发项目"基于Web的智能大厦办公自动化系统研究"(鄂建文[2002717号项目编号:K200333])
关键词
异常处理
高级语言
面向过程
面向对象
Exception handling
advanced computer languages
procedure-oriented
object-oriented