java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.io.ObjectStreamException java.io.InvalidClassException
public class InvalidClassException
当 Serialization 运行时检测到某个类具有以下问题之一时,抛出此异常。
字段摘要 | |
---|---|
String |
classname 无效类的名称。 |
构造方法摘要 | |
---|---|
InvalidClassException(String reason) 报告指定了原因的 InvalidClassException。 |
|
InvalidClassException(String cname, String reason) 构造一个 InvalidClassException 对象。 |
方法摘要 | |
---|---|
String |
getMessage() 生成消息并包括类名称(如果存在)。 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public String classname
构造方法详细信息 |
---|
public InvalidClassException(String reason)
reason
- 描写异常原因的字符串。
public InvalidClassException(String cname, String reason)
cname
- 指定无效类的字符串。
reason
- 描述异常原因的字符串。
方法详细信息 |
---|
public String getMessage()
Throwable
中的
getMessage