interface Svoemmende { public void svoem(); public void fangFisk(int antFisk) throws IngenFiskFanget; }