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