Module java.base
Package java.lang

Class NoSuchMethodException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchMethodException extends ReflectiveOperationException
Thrown when a particular method cannot be found.
Since:
1.0
See Also: