public class NoSuchMethodException extends ReflectiveOperationException
Constructor and Description |
---|
NoSuchMethodException()
Constructs a
NoSuchMethodException without a detail message. |
NoSuchMethodException(String s)
Constructs a
NoSuchMethodException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public NoSuchMethodException()
NoSuchMethodException
without a detail message.public NoSuchMethodException(String s)
NoSuchMethodException
with a detail message.s
- the detail message.