Name

IncompatibleClassChangeError

Synopsis

This is the superclass of a group of related error types. It signals an illegal use of a legal class.

java.lang.IncompatibleClassChangeError

Figure 10-30. java.lang.IncompatibleClassChangeError

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

Subclasses

AbstractMethodError, IllegalAccessError, InstantiationError, NoSuchFieldError, NoSuchMethodError

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.