The Java exception thrown when an application tries to load a class by name. Usually raised by one of:
- the forName method in class Class
- the findSystemClass method in class ClassLoader
- the loadClass method in class ClassLoader
when no definition for the class with the specified name could be found in the classpath.