This is the superclass of a group of related error types. It signals some kind of illegal use of a legal class.
public class IncompatibleClassChangeError extends LinkageError {
// Public Constructors
public IncompatibleClassChangeError();
public IncompatibleClassChangeError(String s);
}
Object->Throwable(Serializable)->Error->LinkageError->IncompatibleClassChangeError
AbstractMethodError, IllegalAccessError, InstantiationError, NoSuchFieldError, NoSuchMethodError
| This HTML Help has been published using the chm2web software. |