/**
  * Process the exception and add it to the current page
  */
 protected function processException(FrameEx $ex)
 {
     $ex->process();
     $this->view->addException($ex);
 }