模块  java.base
软件包  java.nio.charset

Class MalformedInputException

  • 实现的所有接口
    Serializable

    public class MalformedInputException
    extends CharacterCodingException
    当输入字节序列对于给定字符集不合法,或者输入字符序列不是合法的16位Unicode序列时,抛出检查异常。
    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • MalformedInputException

        public MalformedInputException​(int inputLength)
        构造具有给定长度的 MalformedInputException
        参数
        inputLength - 输入的长度
    • 方法详细信息

      • getInputLength

        public int getInputLength()
        返回输入的长度。
        结果
        输入的长度