979899100101102103104105106107
protected Object filterObject( Object base) { DBClass filterc=(DBClass)base; try { DBMethod m=filterc.findMethod( soughtMethod.getName(), soughtMethod.getSignatureKey()); return m; } catch ( Exception e) { throw new NoSuchElementException(