Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-951

Checked exception converted to raw runtime exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • maven-shared-utils-3.3.4
    • None
    • None

    Description

      In Xpp3DOMBuilder

      ```
      public static Xpp3Dom build( @WillClose InputStream is, @Nonnull String encoding, boolean trim )
      throws XmlPullParserException
      {
      try

      { Reader reader = new InputStreamReader( is, encoding ); return build( reader, trim ); }

      catch ( UnsupportedEncodingException e )

      { throw new RuntimeException( e ); }

      }
      ```

      Attachments

        Issue Links

          Activity

            People

              elharo Elliotte Rusty Harold
              elharo Elliotte Rusty Harold
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: