Uploaded image for project: 'HiveMind'
  1. HiveMind
  2. HIVEMIND-110

Swallowed root cause

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1
    • 1.1
    • framework
    • None
    • HM 1.1 alpha 3

    Description

      In the XmlResourceProcessor:

      private InputSource getInputSource(Resource resource)
      {
      try

      { URL url = resource.getResourceURL(); return new InputSource(url.openStream()); }

      catch (Exception e)

      { throw new ApplicationRuntimeException(ParseMessages.missingResource(resource), resource, null, null); }

      }

      the cought exception is not passed to the thrown ApplicationRuntimeException as the root cause.

      The root cause what help in bug tracking.

      Attachments

        Activity

          People

            Unassigned Unassigned
            stefan liebig Stefan Liebig
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: