NoClassDefFoundError, which is short for "No class definition found error".
This error is thrown if the JVM or a classLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.




