/** @see javafx.beans.property.BooleanPropertyBase#fireValueChangedEvent() */
 @Override
 protected void fireValueChangedEvent() {
   try {
     super.fireValueChangedEvent();
   } catch (Exception e) {
     log_.error(
         "Severe API messup - exception within one of the bindings attached to this binding!", e);
   }
 }