Exception Handling with Examples

Written by pathiknd | Published 2020/09/03
Tech Story Tags: programming | software-engineering | software-architecture | error-handling | code-quality | software-design | java | csharp

TLDR Exception Handling is common to most programming languages, and the mechanism and behaviors are similar in most languages: try\catch\finally. Different approach to exception handling is required in different types of applications like a Library, a UI application, a Framework, etc., and that is the focus of this article. We'll see how exception handling needs to change depending on the nature of the application. An exception is not handled by a program, it reaches the runtime where it will be considered an unhandled exception which may result in a crash.via the TL;DR App

no story

Written by pathiknd | Software Developer
Published by HackerNoon on 2020/09/03