public class NoSuchMethodError extends IncompatibleClassChangeError
| Constructor and Description |
|---|
NoSuchMethodError()
Constructs a new
NoSuchMethodError that includes the current
stack trace. |
NoSuchMethodError(String detailMessage)
Constructs a new
NoSuchMethodError with the current stack trace
and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMethodError()
NoSuchMethodError that includes the current
stack trace.public NoSuchMethodError(String detailMessage)
NoSuchMethodError with the current stack trace
and the specified detail message.detailMessage - the detail message for this exception.