aspose file tools
The moose likes Beginning Java and the fly likes Can getMessage() method of Exception class return Null? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Can getMessage() method of Exception class return Null? " Watch "Can getMessage() method of Exception class return Null? " New topic
Author

Can getMessage() method of Exception class return Null?

Monoranjan Gorai
Greenhorn

Joined: Jul 25, 2005
Posts: 19
Can getMessage() method of Exception class return Null?
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8565

Actually it is Throwable#getMessage().
Did you look at the API? Does it say anything about "null"?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Can getMessage() method of Exception class return Null?
 
Similar Threads
Anonymous inner class and Exception Handling
Where dose JSException come from?
Tracking Stack Trace Information
how to select root cause of exception from nested exception
Throwable