←
^
→
Java I/O
Exceptions
Almost every method can throw an exception. You can often just catch
IOException
.
There are some exceptions do not inherit from
IOException
.
José M. Vidal
.
3 of 13