is new.
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
java.io.InvalidClassException
public class InvalidClassException
Thrown when the Serialization runtime detects one of the following problems with a Class.
| Field Summary | |
|---|---|
| String |
classname
Name of the invalid class. |
| Constructor Summary | |
|---|---|
|
InvalidClassException
(
String
Report
an
|
|
|
InvalidClassException
(
String
cname,
String
reason) Constructs an InvalidClassException object. |
|
| Method Summary | |
|---|---|
| String |
getMessage
() Produce the message and include the classname, if present. |
| Methods inherited from class java.lang. Throwable |
|---|
| fillInStackTrace , getCause , getLocalizedMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
| Methods inherited from class java.lang. Object |
|---|
| clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| Field Detail |
|---|
public String classname
| Constructor Detail |
|---|
public InvalidClassException(String reason)
an
public InvalidClassException(String cname,
String reason)
| Method Detail |
|---|
public String getMessage()