Exceptions are the standard error reporting mechanism in Java. Effective exception handling is critical to creating reliable Java applications. In this course, Handling Exceptions in Java 11, you will gain the ability to build stable and reliable Java applications. First, you will learn how to improve application stability using try/catch blocks. Next, you will discover the critical difference between checked and unchecked exceptions, and how to create your own custom exceptions. Finally, you will explore how to implement an effective exception handling strategy. When you are finished with this course, you will have the skills and knowledge of Java exceptions needed to build stable and reliable Java applications.
Overview
Exceptions are the standard error reporting mechanism in Java. Effective exception handling is critical to creating reliable Java applications. In this course, Handling Exceptions in Java 11, you will gain the ability to build stable and reliable Java applications. First, you will learn how to improve application stability using try/catch blocks. Next, you will discover the critical difference between checked and unchecked exceptions, and how to create your own custom exceptions. Finally, you will explore how to implement an effective exception handling strategy. When you are finished with this course, you will have the skills and knowledge of Java exceptions needed to build stable and reliable Java applications.
Syllabus
- Course Overview 1min
- Handling Exceptions 26mins
- Understanding Exception Types 25mins
- Creating Custom Exceptions 26mins
- Developing an Exception Handling Strategy 26mins
Taught by
Jim Wilson