NoSuchMethodException

public class NoSuchMethodException extends ReflectiveOperationException

Thrown when a particular method cannot be found.

Public Constructor Summary

NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String s)
Constructs a NoSuchMethodException with a detail message.

Inherited Method Summary

Public Constructors

public NoSuchMethodException ()

Constructs a NoSuchMethodException without a detail message.

public NoSuchMethodException (String s)

Constructs a NoSuchMethodException with a detail message.

Parameters
s the detail message.