Module  java.base
软件包  java.nio.charset

Class MalformedInputException

  • All Implemented Interfaces:
    Serializable


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

      • MalformedInputException

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

      • getInputLength

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