public class java.lang
IncompatibleClassChangeError


Show All Login
Java SE 6
  
Extends: Throwable > Error > LinkageError
Extended by: AbstractMethodError, IllegalAccessError, InstantiationError, NoSuchFieldError, NoSuchMethodError
Details
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.
version1.19, 11/17/05
sinceJDK1.0

Constructors
public IncompatibleClassChangeError()
Constructs an IncompatibleClassChangeError with no detail message.
public IncompatibleClassChangeError(String s) Details
Constructs an IncompatibleClassChangeError with the specified detail message.
sthe detail message.