Skip to end of banner
Go to start of banner

Exception_Sensor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Unknown macro: {float}
Contents

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.

2.2 Exception Overview

  • No labels