Packages  This Package  Prev  Next  Index  

§1.48 Class IncompatibleClassChangeError

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.


Constructors

IncompatibleClassChangeError
public IncompatibleClassChangeError()
Constructs an IncompatibleClassChangeError with no detail message.

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

Parameters:
s - the detail message


Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com