Documentation  › java.lang  › IncompatibleClassChangeError
 
 


  IncompatibleClassChangeError
  public

  Inherits From:   LinkageError : Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
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.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
IncompatibleClassChangeError
public IncompatibleClassChangeError( )

Constructs an IncompatibleClassChangeError with no detail message.


IncompatibleClassChangeError
public IncompatibleClassChangeError( String s )

Constructs an IncompatibleClassChangeError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
AbstractMethodError, IllegalAccessError, InstantiationError, NoSuchFieldError, NoSuchMethodError



 
 
  dydoc
  3/10/05