1. Overview
Currently the Exception Sensor is represented in two different views within the UI. The Exception Tree view shows all Exceptions in an ungrouped way over time and allows a tree-like analysis of each Exception. The Exception Tree view makes it also possible access the stack trace of a specific exception. In the Exception Overview you get an overview over different exceptions that are grouped together with the respective event types. No time information is shown in this view.
2. Design Decisions
2.1 Exception Tree
The Exception Tree view retrieves on every refresh all exception objects within the defined limit that have the CREATED event type. By double-clicking on a particular exception object a new request is done and the related object are retrieved from the CMR. Using the related object the Exception Tree is created, where one can see which event type occured in which method.