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

Support chaining of exceptions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0, 1.4.0
    • core-libs
    • beta
    • generic, sparc
    • generic, solaris_2.6
    • Verified


      When one level of an application catches an exception, it
      often wants to report a different "higher level" exception
      upwards, but it also wants to include the full state of the
      lower level exception.

      Some parts of J2SE already support this, e.g. the JDBC SQLException
      support chaining lower level exceptions.

      A generic hook should be added to java.lang.Exception to
      support chaining of all kinds of exceptions.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: