
August 18th, 2004, 09:00 AM
|
|
|
|
Exceptional Class
When a method throws an exception, Java requires that it be caught. Some exceptions require action on the programmer’s part and others simply need to be reported to the user. The Java class that we will develop in this article is concerned with the latter type of exception. Instead of rewriting code every time you need to catch an exception, you can create a class to do most of the work for you.
Read the full article here: Exceptional Class
For more discussion go here: Blog Article Discussion
|