Hi Phil, This site gives a pretty good explanation of Exceptions and their meanings:
http://java.sun.com/docs/books/jls/second_edition/html/exceptions.doc.html On Sun, Jun 14, 2009 at 10:36 PM, function(phil) <[email protected]>wrote: > > Howdy all. Can anyone provide a link to what the "e" parameter does as > used in the try-catch code block from Lab 1004? I've searched and > can't find any information on it. I'm probablly not doing the correct > search due to my ignorance. I'd like to know what all the code does. > > Thanks and here is the code. > > catch(IOException e) { > System.out.println("Error!"); > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
