java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.charset.CharacterCodingException
java.nio.charset.MalformedInputException
- 所有已实现的接口:
-
Serializable
当输入的字节序列对于给定的字符集不合法,或者输入的字符序列不是合法的十六位Unicode序列时抛出的已检查异常。
- 自版本:
- 1.4
- 参见:
-
Constructor Summary
ConstructorDescriptionMalformedInputException
(int inputLength) 使用给定的长度构造一个MalformedInputException
。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedInputException
public MalformedInputException(int inputLength) 使用给定的长度构造一个MalformedInputException
。- 参数:
-
inputLength
- 输入的长度
-
-
Method Details
-
getInputLength
public int getInputLength()返回输入的长度。- 返回:
- 输入的长度
-
getMessage
返回消息。- 覆盖:
-
getMessage
在类Throwable
- 返回:
- 消息
-