|
|
Introduction to exceptions The purpose of this section is to introduce the types of exceptions (errors) to which a computer program is subject, and describe how a Java program can be made to behave predictably even in the presence of exceptions It is important for the design and development of usable and robust programs to anticipate the kinds of errors to which your programs will be subject. Javas Exception handling system can be used to write programs that are tolerant of user and system errors. 
RITSEC - Global Campus Copyright ?1999 RITSEC- Middlesex University. All rights reserved. webmaster@globalcampus.com.eg |
|