You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/03/11 05:15:43 UTC

[jira] [Commented] (PDFBOX-1972) WrappedIOException no longer needed in Java 1.6

    [ https://issues.apache.org/jira/browse/PDFBOX-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13929925#comment-13929925 ] 

John Hewson commented on PDFBOX-1972:
-------------------------------------

Fixed in revision 1576185.

> WrappedIOException no longer needed in Java 1.6
> -----------------------------------------------
>
>                 Key: PDFBOX-1972
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1972
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: John Hewson
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Java 1.6 added the IOException(Throwable cause) constructor which means that WrappedIOException is no longer needed.
> WrappedIOException is never caught anywhere, only its superclass IOException is, so this is an easy change to make.



--
This message was sent by Atlassian JIRA
(v6.2#6252)