Java Exception Handling: How to Specify and Handle Exceptions
https://stackify.com/specify-handle-exceptions-java/
Jul 17, 2017 · Unchecked exceptions extend the RuntimeException. You should use them for internal errors that you can’t anticipate and that, most often, the application can’t recover from. Methods can but don’t need to handle or specify an unchecked exception. Typical examples that throw unchecked exceptions are:
DA: 31 PA: 51 MOZ Rank: 77