摘要
异常处理是程序开发的一个重要内容,异常处理的好坏关系到程序的友好程度和系统的健壮性.Java是一种纯面向对象的编程语言,其异常处理编程和普通的编程语言有很多不同的地方.分析了Java语言异常处理的内部机制,对可能出现的异常情况进行了分类,总结了编程处理异常问题时应该采用的方法以及编写异常语句使用的原则技巧.
Exception Handling is an important part of programming work and the effectiveness of exception handing is vital to programme's friendship and the system's haleness. Java is an absolute object - oriented programming language and differs greatly from other ordinary programming language. Based on the inner principle, the article analyzes the exception handling mechanism of Java language , classifies the possible exceptional cases and summarizes the methods which should be taken to deal with the exceptional problem and the programming skills used in writing exceptional handling sentences.
出处
《后勤工程学院学报》
2005年第3期102-104,共3页
Journal of Logistical Engineering University
关键词
JAVA
异常处理
编程
方法
Java
exception handling
programme
method