java.lang

Class IncompatibleClassChangeError

public class IncompatibleClassChangeError extends LinkageError

An IncompatibleClassChangeError is thrown when the definition of a class used by the currently executing method has changed in an incompatible way.

UNKNOWN: updated to 1.4

Constructor Summary
IncompatibleClassChangeError()
Create an error without a message.
IncompatibleClassChangeError(String s)
Create an error with a message.

Constructor Detail

IncompatibleClassChangeError

public IncompatibleClassChangeError()
Create an error without a message.

IncompatibleClassChangeError

public IncompatibleClassChangeError(String s)
Create an error with a message.

Parameters: s the message