Team LiB
Previous Section Next Section

AbstractMethodErrorjava.lang

Java 1.0serializable error

Signals an attempt to invoke an abstract method.

Figure 10-1. java.lang.AbstractMethodError


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

    Team LiB
    Previous Section Next Section