Thread: [Catch block]
View Single Post
Old Jan 2nd, 2008, 11:29 PM   #3
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
Re: [Catch block]

You can see what the method does here http://java.sun.com/javase/6/docs/ap...ml#getMessage() and many other methods. The Java doc is a very good resource. It is used as a way to see what goes wrong. For example the error message could be writen to an error log for debugging.
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote