/**
  * Creates or displayes an error message telling the user that the submitted
  * form token is invalid.
  *
  * @return void
  */
 protected function createValidationErrorMessage()
 {
     $this->installTool->addErrorMessage('Validating the security token of this form has failed. ' . 'Please reload the form and submit it again.');
 }