IncompatibleClassChangeError

public class IncompatibleClassChangeError extends LinkageError
Known Direct Subclasses

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.

Public Constructor Summary

IncompatibleClassChangeError()
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String s)
Constructs an IncompatibleClassChangeError with the specified detail message.

Inherited Method Summary

Public Constructors

public IncompatibleClassChangeError ()

Constructs an IncompatibleClassChangeError with no detail message.

public IncompatibleClassChangeError (String s)

Constructs an IncompatibleClassChangeError with the specified detail message.

Parameters
s the detail message.