Thread: [Catch block]
View Single Post
Old Jan 2nd, 2008, 5:51 PM   #2
null_ptr0
12 years old
 
Join Date: Nov 2007
Posts: 94
Rep Power: 1 null_ptr0 is on a distinguished road
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 is offline   Reply With Quote