|
|
| Exception |
Expert:Haresh kumar sahu
What is a Throwable class
|
| Answers |
Hi friend
The Throwable class is the superclass of all errors and exceptions in the Java language. Only objects that are instances of this class (or one of its subclasses) are thrown by the Java Virtual Machine or can be thrown by the Java throw statement. Similarly, only this class or one of its subclasses can be the argument type in a catch clause.
------------------------------------------------
Read for more information
http://www.roseindia.net/java/exceptions/exception-classes.shtml
Thanks.
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|