Java Programmer's Guide and Reference


Exceptions

An exception (exceptional event) is an event that disrupts the normal flow of program instructions while that program is running. JTAPI defines nine types of exceptions. A few of these exceptions are:

For more information about these and the other six exceptions, refer to the JavaSoft JTAPI 1.2 documentation.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]