public void fillAmmoCarrier() { try { if (this.ammoStorage == 0) { throw new ExceptionAmmo(); } } catch (Exception exception) { System.out.println(exception); }