/**
  * Returns a string representation of the exception.
  * 
  * @return string The exception as a string.
  */
 public function __toString()
 {
     return parent::__toString() . "\nValue:{$this->_value}";
 }