public class IncompatibleClassChangeError extends LinkageError
IncompatibleClassChangeError
is the superclass of all classes which
represent errors that occur when inconsistent class files are loaded into
the same running image.Error
,
Serialized FormConstructor and Description |
---|
IncompatibleClassChangeError()
Constructs a new
IncompatibleClassChangeError that includes the
current stack trace. |
IncompatibleClassChangeError(String detailMessage)
Constructs a new
IncompatibleClassChangeError with the current
stack trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleClassChangeError()
IncompatibleClassChangeError
that includes the
current stack trace.public IncompatibleClassChangeError(String detailMessage)
IncompatibleClassChangeError
with the current
stack trace and the specified detail message.detailMessage
- the detail message for this error.