How to use SettingsModelColumnFilter2.loadDefaults(...)?

I want to initially exclude all columns from a selection. From the description, this method seems to be the right one for the job. The description also mentions that it should be called inside the configure()-method. But that only produces a very helpful exception mentioning "null" - and nothing else. So, what is the correct way to achieve this goal?