Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.io.ObjectStreamException java.io.InvalidClassException
public class InvalidClassException extends ObjectStreamException
Thrown when the Serialization runtime detects one of the following problems with a Class.
Modifier and Type | Field and Description |
---|---|
String |
classname
Name of the invalid class. |
Constructor and Description |
---|
InvalidClassException(String reason)
Report an InvalidClassException for the reason specified. |
InvalidClassException(String cname,
String reason)
Constructs an InvalidClassException object. |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Produce the message and include the classname, if present. |
Methods inherited from class java.lang.Throwable |
---|
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, 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
Throwable
instance
(which may be null
).
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.