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 static Class<?>
Class. forName(String className)
Returns aClass
object which represents the class with the given name.
-