| java.nio.charset.CharacterCodingException java.nio.charset.UnmappableCharacterException
UnmappableCharacterException | public class UnmappableCharacterException extends CharacterCodingException (Code) | | Thrown when an unmappable character for the given charset is encountered.
|
Method Summary | |
public int | getInputLength() Gets the length of the unmappable character. | public String | getMessage() Gets a message describing this exception. |
UnmappableCharacterException | public UnmappableCharacterException(int length)(Code) | | Constructs an instance of this exception.
Parameters: length - the length of the unmappable character |
getInputLength | public int getInputLength()(Code) | | Gets the length of the unmappable character.
the length of the unmappable character |
getMessage | public String getMessage()(Code) | | Gets a message describing this exception.
a message describing this exception |
|
|