Tihs study about exception is not including any practice concerning practice only for exception will be lead to rabbit hole. I'll look it again when I have to.
try: area for code might occuring exception.catch: deals the error from above.finally: area for code should be finally ran. Mostly used for closing resources. (file close, DB connection close)throws: Declares the method can throw exceptions so that the caller of the method can deal with it.CustomException: User defined exception implemented by extending Exception class.