Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b8c5bce7a5b86d9373c5e18c85b1a8874d446ef8 (plain) (blame)
1
2
3
4
5
package java.lang;

public class NoSuchMethodException extends RuntimeException {

}

Back to the top