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
Constructor 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, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, 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.