NoSuchMethodExceptionpublic class NoSuchMethodException extends Exception Thrown when a particular method cannot be found. |
Constructors Summary |
---|
public NoSuchMethodException()Constructs a NoSuchMethodException without a detail message.
super();
| public NoSuchMethodException(String s)Constructs a NoSuchMethodException with a detail message.
super(s);
|
|