devdaily home
|
java
|
perl
|
unix
|
directory
|
blog
Enter your search terms
Submit search form
web
devdaily.com
Next:
Packages
Up:
Exceptions
Previous:
try, catch, and finally
 
Contents
When to use exceptions
Used for "unexpected error conditions".
Not meant for simple expected situations (end of an input stream should be expected).
Next:
Packages
Up:
Exceptions
Previous:
try, catch, and finally
 
Contents