AbstractMethodError JDK 1.0

java.lang serializable error

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

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Error]
   |
[LinkageError]
   |
[IncompatibleClassChangeError]
   |
[AbstractMethodError]

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

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

Uses^  ?
IncompatibleClassChangeError, 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.