public class UnmappableCharacterException
extends CharacterCodingException
| java.lang.Object | |||||
| java.lang.Throwable | |||||
| java.lang.Exception | |||||
| java.io.IOException | |||||
| java.nio.charset.CharacterCodingException | |||||
| java.nio.charset.UnmappableCharacterException | |||||
当输入字符(或字节)序列有效但不能映射到输出字节(或字符)序列时检查异常。
Public constructors |
|
|---|---|
UnmappableCharacterException(int inputLength) |
|
公共方法(Public methods) |
|
|---|---|
int |
getInputLength() |
String |
getMessage() 返回此throwable的详细消息字符串。 |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
UnmappableCharacterException (int inputLength)
| 参数(Parameters) | |
|---|---|
inputLength |
int
|
String getMessage ()
返回此throwable的详细消息字符串。
| 返回(Returns) | |
|---|---|
String |
the detail message string of this Throwable instance (which may be null). |