Thrown when an application tries to load a class by name (e.g. Class.forName) and the class cannot be found on the classpath.
ClassNotFoundException
java Thrown when an application tries to load a class by name (e.g. Class.forName) and the class cannot be found on the classpath.