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.Constructor and Description |
---|
IncompatibleClassChangeError()
Create an error without a message.
|
IncompatibleClassChangeError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleClassChangeError()
public IncompatibleClassChangeError(String s)
s
- the message