java.lang
public class IncompatibleClassChangeError extends LinkageError
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.
|
Parameters: s the message