if(this.attributeHandlers === undefined || this.attributeHandlers[name] === undefined) {
      throw new Error('Unknown attribute name '+name+' in Parent '+this.constructor.name);
    }