Answers for "what are the exception types that you handled"

0

what are the exception types that you handled

UNCHECKED: index out bounds exception while working with strings, arrays.
NullPointer exception if I forget to instantiate objects.

CHECKED: IOException, SQLException, FileNotFoundException, InterruptedException
SELENIUM: NoSuchElementException, NoSuchFrameException, NoSuchAlert Exception, 
NoSuchSessionException, InvalidXpath ~~
All Selenium related exceptions are UNCHECKED.
Posted by: Guest on November-28-2020

Code answers related to "what are the exception types that you handled"

Browse Popular Code Answers by Language