Lesson 14: Exception and Error Handling (Slides)
Please review the following resources before lecture:
- Exception Handling in Java Tutorial (Video)
- JavaScript Error Handling: 5 Things You Aren't Thinking About! (Video)
- Complete Exception Handling assignment.
- Do pre-work for lesson 15.
For this assignment, you will update existing code to add exceptions for unsupported operations in an e-commerce system.
To complete this assignment, use the tests to understand what you need to implement in order to get the tests to pass.