150151152153154155156
return _filter; } private void throwFilterNotFound(Integer filterId) throws FilterNotFound { throw new FilterNotFound("Filter with ID=" + filterId + " does not exist"); }
149150151152153154155