UnsupportedClassVersionError JDK 2.0

java.lang serializable error

Synopsis^  ?
public class UnsupportedClassVersionError extends ClassFormatError {
// Public Constructors
    public UnsupportedClassVersionError( );  
    public UnsupportedClassVersionError( String s);  
}

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Error]
   |
[LinkageError]
   |
[ClassFormatError]
   |
[UnsupportedClassVersionError]

Inherited Properties^  ?
ClassFormatError: none
LinkageError: none
Error: none
Throwable: localizedMessage, message
Object: class

Inherited Methods^  ?
ClassFormatError: none
LinkageError: none
Error: none
Throwable: fillInStackTrace(), printStackTrace(), printStackTrace(), printStackTrace(), toString()
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait()

Uses^  ?
ClassFormatError, String


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.