Uses of Class
java.lang.ClassNotFoundException
-
Packages that use ClassNotFoundException Package Description java.lang -
-
Uses of ClassNotFoundException in java.lang
Methods in java.lang that throw ClassNotFoundException Modifier and Type Method Description protected Class<?>ClassLoader. findClass(String name)Finds the class with the specified binary name.protected Class<?>ClassLoader. findSystemClass(String name)Finds a class with the specified binary name, loading it if necessary.Class<?>ClassLoader. loadClass(String name)Loads the class with the specified binary name.protected Class<?>ClassLoader. loadClass(String name, boolean resolve)Loads the class with the specified binary name.
-