|
Préférences
Moteurs de recherche
|
||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.io
|
Field Summary | |
---|---|
String |
classname
Name 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