java.nio.charset

Class UnmappableCharacterException

public class UnmappableCharacterException extends CharacterCodingException

Since: 1.4

Constructor Summary
UnmappableCharacterException(int inputLength)
Creates the exception
Method Summary
intgetInputLength()
Retrieves the illegal charset name
StringgetMessage()
Returns the detail message string of this throwable

Constructor Detail

UnmappableCharacterException

public UnmappableCharacterException(int inputLength)
Creates the exception

Method Detail

getInputLength

public int getInputLength()
Retrieves the illegal charset name

getMessage

public String getMessage()
Returns the detail message string of this throwable