You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/10/15 14:15:50 UTC

[jira] Closed: (HARMONY-4559) [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java

     [ https://issues.apache.org/jira/browse/HARMONY-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison closed HARMONY-4559.
--------------------------------


No response, assuming it is ok.

> [classlib][nio_char][java6]Remove exceptions throws declaration in java.nio.charset.CoderResult.java
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4559
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jia Liang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4559.txt
>
>
> Remove exceptions throws declaration from methods' signature in java.nio.charset.CoderResult.java
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult malformedForLength(int length)
> Remove  IllegalArgumentException throws declaration from
>  public static synchronized CoderResult unmappableForLength(int length)
> Remove  UnsupportedOperationException throws declaration from
>   public int length()
> Remove BufferUnderflowException, BufferOverflowException, UnmappableCharacterException, MalformedInputException throws declaration from
>  public void throwException()
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.