repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$io$InvalidClassException.java
file
oh
o
[]
I am using SSA parser library in my project. When I invoke main method of one of it's class using command prompt it works fine on my machine.
I execute following command from command prompt :
java -Xmx800M -cp %1 edu.stanford.nlp.parser.lexparser.LexicalizedParser -retainTMPSubcategories -outputFormat "penn,typedDependenciesCollapsed" englishPCFG.ser.gz %2
But when I tried to use the sam...
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
- Author(s):
- unascribed
- Since:
- JDK1.1
Name of the invalid class.
- Serial:
- Name of the invalid class.
Report an InvalidClassException for the reason specified.
- Parameters:
reason String describing the reason for the exception.
Constructs an InvalidClassException object.
- Parameters:
cname a String naming the invalid class.reason a String describing the reason for the exception.
Produce the message and include the classname, if present.