IncompatibleClassChangeErrorpublic class IncompatibleClassChangeError extends LinkageError 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. |
Constructors Summary |
---|
public IncompatibleClassChangeError()Constructs an IncompatibleClassChangeError with no
detail message.
super();
| public IncompatibleClassChangeError(String s)Constructs an IncompatibleClassChangeError with the
specified detail message.
super(s);
|
|