public class NoSuchFieldError extends IncompatibleClassChangeError
Note that this can only occur when inconsistent class files are being loaded.
Constructor and Description |
---|
NoSuchFieldError()
Constructs a new
NoSuchFieldError that includes the current stack
trace. |
NoSuchFieldError(String detailMessage)
Constructs a new
NoSuchFieldError with the current stack trace
and the specified detail message. |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public NoSuchFieldError()
NoSuchFieldError
that includes the current stack
trace.public NoSuchFieldError(String detailMessage)
NoSuchFieldError
with the current stack trace
and the specified detail message.detailMessage
- the detail message for this error.