Thread
:
[Catch block]
View Single Post
Jan 2nd, 2008, 5:51 PM
#
2
null_ptr0
12 years old
Join Date: Nov 2007
Posts: 94
Rep Power:
1
Re: [Catch block]
e is probably an instance of a ClassNotFoundException, and getMessage() is a public member method of Throwable, and, seeing ClassNotFoundException originates from Throwable, you can access it.
null_ptr0
View Public Profile
Find More Posts by null_ptr0