鸿蒙OS InvalidClassException

2022-10-27 09:50 更新

InvalidClassException

java.lang.Object

|---java.lang.Throwable

|---|---java.lang.Exception

|---|---|---java.io.IOException

|---|---|---|---java.io.ObjectStreamException

|---|---|---|---|---java.io.InvalidClassException

public class InvalidClassException
extends ObjectStreamException

当序列化运行时检测到类的以下问题之一时引发。

  • 类的串行版本与从流中读取的类描述符的版本不匹配
  • 该类包含未知数据类型
  • 该类没有可访问的无参数构造函数

Since:

JDK1.1

字段摘要

修饰符和类型 字段 描述
String classname 无效类的名称。

构造函数摘要

构造函数 描述
InvalidClassException(String reason) 由于指定的原因报告 InvalidClassException。
InvalidClassException(String cname, String reason) 构造一个 InvalidClassException 对象。

方法总结

修饰符和类型 方法 描述
String getMessage() 生成消息并包含类名(如果存在)。
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从类 java.lang.Throwable 继承的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

字段详细信息

classname

public String classname

无效类的名称。

构造函数详细信息

InvalidClassException

public InvalidClassException(String reason)

由于指定的原因报告 InvalidClassException。

参数:

参数名称 参数描述
reason 描述异常原因的字符串。

InvalidClassException

public InvalidClassException(String cname, String reason)

构造一个 InvalidClassException 对象。

参数:

参数名称 参数描述
cname 一个命名无效类的字符串。
reason 描述异常原因的字符串。

方法详情

getMessage

public String getMessage()

生成消息并包含类名(如果存在)。

覆盖:

类 Throwable 中的 getMessage

返回:

此 Throwable 实例的详细消息字符串(可能为 null)。

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号