Searched defs:NoSuchMethodException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DNoSuchMethodException.java24 public class NoSuchMethodException extends ReflectiveOperationException { class in inherits:ReflectiveOperationException
29 * Constructs a new {@code NoSuchMethodException} that includes the current
32 public NoSuchMethodException() { method in class:NoSuchMethodException
36 * Constructs a new {@code NoSuchMethodException} with the current stack
42 public NoSuchMethodException(String detailMessage) { method in class:NoSuchMethodException

Completed in 540 milliseconds