public String getErrorLabel() {
   if (hasError()) return _error.getLabel();
   return null;
 }