Java Programming I on YouTube:
https://www.youtube.com/playlist?list=PLLIqcoGpl73iaXAtS_-V_Xdx3mhTzPwb5
Exceptions, Console Input Validation, Handling Errors
- Error Types
- Common syntax errors
- Common runtime errors
- Common logic errors
- Exception hierarchy
- Exception Stack Trace
- Methods that throw exceptions
- try statement
- InputMismatchException class
- InputMismatchException example
- The catch Blocks
- The finally Block
- Scanner input validation
- Code that prevents an InputMismatchException
- Code that prevents a NullPointerException
- Scanner hasNextDouble example
- Another Scanner hasNextDouble example
- The Catch or Specify Requirement