Interview Question
Qus: How Do I Throw An Exception When Using A Try-catch Block?
Answers (1)
Outside the catch block put a branch on that variable or flag and if it is non-null then exit with failure or call the service that generates the exception.