if (!filter_var($this->level, FILTER_VALIDATE_INT)) {
            throw new Exception("Cannot validate warning level adjustment - no new warning level provided");
        }