if (!filter_var($this->catid, FILTER_VALIDATE_INT) && !$this->category instanceof Category) {
            throw new Exception("No valid forum category has been set (hint: Forum::setCategory");
        }