Home Segments Top Top Previous Next

608: Mainline

You may want to use the printStackTrace method to print a record of the calls leading to the error.

catch (IOException e) { 
 e.printStackTrace(); 
}