Packages  This Package  Prev  Next  Index  
	§1.50 Class IncompatibleClassChangeError
public  class  java.lang.IncompatibleClassChangeError
    extends  java.lang.LinkageError  (I-§1.53)
{
        // Constructors
    public IncompatibleClassChangeError();	§1.50.1
    public IncompatibleClassChangeError(String  s);	§1.50.2
}
An instance of a subclass of IncompatibleClassChangeError is thrown to indicate that an 
incompatible class change has occurred to some class definition. The definition of some 
class, upon which the currently executing method depends, has since changed.
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