| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 | classnameName of the invalid class. | 
| Constructor Summary | |
|---|---|
| InvalidClassException(String reason)Report an 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| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.