Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4363318

Provide Programmatic Access to Stack Backtrace

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.1.8, 1.2.2, 1.3.0
    • core-libs
    • None
    • beta
    • generic
    • generic
    • Verified

         The Throwable class provides access to stack backtrace information via its
      printStackTrace methods. Unfortunately, this information is available only in
      string form. When programmers want to do anything sophisticated with this
      information (such as print out only the top of the stack, or filter out
      certain stack frames), they are forced to parse the string. The API
      explicitly states that the precise form of the string is implementation-
      dependent, but programmers do write non-portable parsing code that depends on
      the details of the format. To rectify this situation, we must provide
      programmatic access to this backtrace information.

            jjb Josh Bloch (Inactive)
            jjb Josh Bloch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: