Module  java.base
软件包  java.io

Class UTFDataFormatException

    • 构造方法详细信息

      • UTFDataFormatException

        public UTFDataFormatException​()
        构造一个 UTFDataFormatException其中包含 null作为其错误详细消息。
      • UTFDataFormatException

        public UTFDataFormatException​(String s)
        构造具有指定详细消息的UTFDataFormatException 字符串s可以稍后由检索Throwable.getMessage()类的方法java.lang.Throwable
        参数
        s - 详细信息。