public RelativeFileFilter(Path basePath, String wildcard){
            super(wildcard);
            if (basePath == null) {
                throw new IllegalArgumentException("Relative base paths must not be null");
            }