public void validate(){ //Schleife immer for (Choice c : choices) { if(choices.size() < 2 ){ throw new IllegalArgumentException("Fehler BLUB"); } } }