/**@class java.lang.IncompatibleClassChangeError
@extends java.lang.LinkageError
{@code IncompatibleClassChangeError} is the superclass of all classes which
represent errors that occur when inconsistent class files are loaded into
the same running image.
@see Error
*/
var IncompatibleClassChangeError = {
};