Class java.nio.charset.CoderResult

Changed Methods
int length() Change in exceptions thrown from java.lang.UnsupportedOperationException to no exceptions.
 
CoderResult malformedForLength(int) Change in exceptions thrown from java.lang.IllegalArgumentException to no exceptions.
 
void throwException() Change in exceptions thrown from (java.nio.BufferOverflowException, java.nio.BufferUnderflowException, java.nio.charset.CharacterCodingException, java.nio.charset.MalformedInputException, java.nio.charset.UnmappableCharacterException) to java.nio.charset.CharacterCodingException.
 
CoderResult unmappableForLength(int) Change in exceptions thrown from java.lang.IllegalArgumentException to no exceptions.