@Override
 public void loadState(Element state) {
   try {
     readExternal(state);
   } catch (InvalidDataException e) {
     LOG.error(e);
   }
 }