|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object extended by java.lang.Throwable extended by java.lang.Exception extended by java.io.IOException extended by java.io.ObjectStreamException extended by 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 reason)
Report a InvalidClassException for the reason specified. |
|
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)
reason
- String describing the reason for the exception.public InvalidClassException(String cname, String reason)
cname
- a String naming the invalid class.reason
- a String describing the reason for the exception.Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.