java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError | +----java.lang.IncompatibleClassChangeError
Thrown when an incompatible class change has occurred to some class definition. The definition of some class, on which the currently executing method depends, has since changed.
IncompatibleClassChangeError
with no
detail message.
IncompatibleClassChangeError
with the
specified detail message.
public IncompatibleClassChangeError()
IncompatibleClassChangeError
with no
detail message.
public IncompatibleClassChangeError(String s)
IncompatibleClassChangeError
with the
specified detail message.