public class java.lang
NoSuchMethodException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Thrown when a particular method cannot be found.
version1.14, 11/17/05
sinceJDK1.0

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