| Article: |
What I Hate About Your Programming Language | |
| Subject: | Java + Exceptions | |
| Date: | 2003-05-13 17:44:49 | |
| From: | anonymous2 | |
|
Please illuminate me on when you would like to ignore an exception. |
||
Showing messages 1 through 1 of 1.
-
Java + Exceptions
2003-05-14 01:51:55 anonymous2 [View]



void blabla(blabla) throws AnExceptionIWantToIgnore {
moreblabla
}
and you can ignore the exception inside "moreblabla" ...