function paintException($message)
 {
     parent::paintException($message);
     $this->failingTests[] = $this->current_case . "->" . $this->current_test;
     $this->formatError("Exception", $message);
 }