Uses of Class
org.teavm.classlib.java.lang.TNoSuchMethodException
Packages that use TNoSuchMethodException
-
Uses of TNoSuchMethodException in org.teavm.classlib.java.lang
Methods in org.teavm.classlib.java.lang that throw TNoSuchMethodExceptionModifier and TypeMethodDescriptionTClass.getConstructor(TClass<?>... parameterTypes)
TClass.getDeclaredConstructor(TClass<?>... parameterTypes)
TClass.getDeclaredMethod(String name, TClass<?>... parameterTypes)