NoClassDefFoundError exception is being raised. Basically class definition is not found in your project.
Check the names of the class properly, and if you are using third party library check the name of the class properly and ensure that library is included (Class name is case sensitive).