public class IncompatibleClassChangeError extends 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
since
Android 1.0
Fields Summary
private static final long
serialVersionUID
Constructors Summary
public IncompatibleClassChangeError()
Constructs a new {@code IncompatibleClassChangeError} that includes the
current stack trace.
since
Android 1.0
super();
public IncompatibleClassChangeError(String detailMessage)
Constructs a new {@code IncompatibleClassChangeError} with the current
stack trace and the specified detail message.