class Erind7b{ static void main(String argumendid[]) throws Exception{ int vanus=8; if(vanus<10)throw new VanuseErind3("Pole veel 10. aastane"); System.out.println("Tere tulemast pikamaajooksule"); } } /* väljund: Exception in thread "main" VanuseErind3: Pole veel 10. aastane at Erind7b.main(Erind7b.java:4) */