Thrown when the Serialization runtime detects one of the following problems with a Class.
The serial version of the class does not match that of the class descriptor read from the stream The class contains unknown datatypes The class does not have an accessible no-arg constructor
Thrown when the Serialization runtime detects one of the following problems with a Class. The serial version of the class does not match that of the class descriptor read from the stream The class contains unknown datatypes The class does not have an accessible no-arg constructor
(->invalid-class-exception reason)
(->invalid-class-exception cname reason)
Constructor.
Constructs an InvalidClassException object.
cname - a String naming the invalid class. - java.lang.String
reason - a String describing the reason for the exception. - java.lang.String
Constructor. Constructs an InvalidClassException object. cname - a String naming the invalid class. - `java.lang.String` reason - a String describing the reason for the exception. - `java.lang.String`
(-classname this)
Instance Field.
Name of the invalid class.
type: java.lang.String
Instance Field. Name of the invalid class. type: java.lang.String
(get-message this)
Produce the message and include the classname, if present.
returns: the detail message string of this Throwable instance
(which may be null). - java.lang.String
Produce the message and include the classname, if present. returns: the detail message string of this Throwable instance (which may be null). - `java.lang.String`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |