SyntaxFix
Write A Post
Hire A Developer
Questions
catch (Exception ex) { ... }
WILL catch RuntimeException.
Whatever you put in catch block will be caught as well as the subclasses of it.