class C { void f(int param) { if (param == 0) throw new IllegalArgumentException(); } }