Save
...
Exception Handling
Basic Exception Handling
Checked Exception and its description.
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Martinez
Visit profile
Cards (4)
ClassNotFoundException =
Class not found.
IllegalAccessException
=
denied
InstantiationException = Attempt to create an object of an
abstract
class or an
interface.
NoSuchMethodException
= requested method does
not exist.