Hem / Tips & tricks
tal = 5;try { if (tal > 4) throw new Exception("Fel");}catch (Exception e) { System.out.println("FEL");}