Packages This Package Prev Next Index
public class java.lang.IncompatibleClassChangeError extends java.lang.LinkageError (§1.51) { public IncompatibleClassChangeError(); §1.48.1 public IncompatibleClassChangeError(String s); §1.48.2 }Errors that are subclasses of this class indicate that an incompatible change has been made to some class definition. The definition of some class, upon which the currently executing method depends, has since changed.
public IncompatibleClassChangeError()
IncompatibleClassChangeError
with no detail
message.
public IncompatibleClassChangeError(String s)
IncompatibleClassChangeError
with the specified
detail message.
s
-
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)