You have tried to create an instance of a class that has been declared ABSTRACT. Such classes cannot be instantiated.
Ensure that you have specified the correct class name. Check to see if there is a subclass that you should use instead.