mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8304840: Dangling CharacterCodingException
in a few javadoc descriptions
Reviewed-by: alanb, iris, rriggs, jpai
This commit is contained in:
parent
67274906ae
commit
e3855d0054
2 changed files with 15 additions and 1 deletions
|
@ -793,6 +793,15 @@ public abstract class Charset$Coder$ {
|
|||
* the current unmappable-character action is {@link
|
||||
* CodingErrorAction#REPORT}
|
||||
*
|
||||
* @throws CharacterCodingException
|
||||
* {@code MalformedInputException} if the $itype$ sequence starting at the
|
||||
* input buffer's current position is $notLegal$ and the current
|
||||
* malformed-input action is {@code CodingErrorAction.REPORT};
|
||||
* {@code UnmappableCharacterException} if the $itype$ sequence starting at
|
||||
* the input buffer's current position cannot be mapped to an
|
||||
* equivalent $otype$ sequence and the current unmappable-character
|
||||
* action is {@code CodingErrorAction.REPORT}
|
||||
*
|
||||
* @throws OutOfMemoryError
|
||||
* If the output $otype$ buffer for the requested size of the input
|
||||
* $itype$ buffer cannot be allocated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue