Exception Handling

Design for the unexpected

Designing an application for the unexpected is key for a solid implementation. This means, you must not only design for the requested functionality (green path), you must also think about and handle unexpected situations that prevent your functionality from completing as expected (red path).

Exception vs Error

Last updated