Exception Summary Report contains detailed information on the exception that occurred, such as exception trend, aggregate exceptions (exception class, throwing class, throwing method, and exception count), exception details (tier, server, instance, integration point, time, exception class, message, throwing class, throwing method, line method, and cause), stack trace, and source code.

  1. Exception Stats: This section displays two sub-sections. One for groups by exceptions where the percentage of exception groups (such as PSQLException and NumberFormatException) is displayed and another is exceptions where exception stats (exception by time at the X-axis and exception by count at Y-axis) is displayed.
  2. Aggregate Exception(s): This section provides aggregated details of the exception(s) which are listed below:
    • Exception Class: This is a programming construct used in an object-oriented programming language to represent and handle exceptional situations that may occur during the exception of a program.
    • Throwing Class: Refers to a class that contains methods capable of throwing checked exceptions.
    • Throwing Method: This refers to a method or a function that has the capability to throw an exception when certain conditions or exceptional situations are encountered during its execution.
    • Exception Count: This refers to the total number of exceptions that have occurred during the execution of a program.
  3. Exceptions: This section displays the details of an exception. To view details of a particular exception class, click the exception counts within the Aggregate Exception(s) section. The details are listed below:
    • Tier: Shows the name of the tier.
    • Server: The name of the server.
    • Instance: Shows the instance name that is running on that tier.
    • Flowpath Instance: Shows the flowpath of a running instance.
    • Integration Point: The point on which the integration of tier and server will take place.
    • Time: Shows the time at which the method or class has been loaded.
    • Exception Class: This will show the class name for the exception.
    • Message: This will show the error message
    • Throwing Class: This is responsible for creating and throwing exceptions to handle error conditions or exceptional situations during program execution.
    • Throwing Method: The method name that has been thrown in the exception.
    • Line Number: The line number at which the exception has occurred.
    • Cause: This will show the cause or reason for the exception.
  4. Stack Trace: This section displays a stack trace that contains stack data. On clicking a record from the left, source data is displayed on the right.

Global Action Items

There are the following actions that you can perform in the URL summary window: