if (empty($this->title) || !is_string($this->title)) {
            throw new Exception("Cannot validate new link - \$title is empty or not a string"); 
        }