All Packages Class Hierarchy This Package Previous Next Index

Class java.lang.IncompatibleClassChangeError

java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError | +----java.lang.IncompatibleClassChangeError
public class IncompatibleClassChangeError
extends LinkageError
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.


Constructor Index

 o IncompatibleClassChangeError()
Constructs an IncompatibleClassChangeError with no detail message.
 o IncompatibleClassChangeError(String)
Constructs an IncompatibleClassChangeError with the specified detail message.

Constructors

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

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

Parameters:
s - the detail message.

All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature