|
java
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
|
|
Exceptions
|
Save Link
Create/Add to List
|
|
|
|
|
|
This article gives design guidelines that pertain to exceptions. It shows how to decide when to use exceptions, using examples from the Java API that illustrate appropriate uses of exceptions. In addition, the article provides some general guidelines that can help you use exceptions in those situations where you've decided they are appropriate.
http://www.artima.com/designtechniques/desexcept.h
created by java on 2008-06-30 22:08:36
|
|
This article is a companion piece to this month's Design Techniques installment, which discusses how to use exceptions appropriately in your programs and designs. Look to this companion article for a tutorial on the nuts and bolts of what exceptions are and how they work in the Java language and virtual machine.
http://www.javaworld.com/javaworld/jw-07-1998/jw-0
created by java on 2008-06-30 22:05:29
|
|
|