As a conclusion to the observations above, I use a three layer approach to exception handling. Below, I will explain a concise version of one that I am intending to use in my next project.


The Three-tiered Exception Handling Architecture

Contents

Background

Review of Exception Handling Basics

The Requirements

The Three-tiered Exception Handling Architecture

Summary