Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Which of the subclasses of IOException are more probably to be thrown?

    The only one's I expect would be those thrown by the classes and methods used. Those would be listed in the API doc.
  2. Re: Which of the subclasses of IOException are more probably to be thrown?

    Read the API doc for each of the classes inside the try{}catch() block to see what they can throw.
Results 1 to 2 of 2