Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{float:side=right}{panel:title=Contents|borderStyle=solid|borderColor=black}{toc:minLevel=1|maxLevel=3}{panel}{float}

h2. 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.

h2. 2. Design Decisions


h3. 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.



h3. 2.2 Exception Overview