Throwable is a class which extends Serializable interface.
All other classes in hierarchy extend Throwable class
Error , Exception and Runtime Exception classes only have the constructors (which call the corresponding super class constructors). All other methods are inherited from the Throwable class itself.
No comments:
Post a Comment