373374375376377378379380381382383
remove(resident); if (getNumResidents() == 0) try { clear(); throw new EmptyTownException(this); } catch (EmptyNationException e) { throw new EmptyTownException(this, e); } } }