package asukohaproovid; import andmed.*; public class Proov4 { public static void main(String[] args) { // AsukohaTyyp3 p=new AsukohaTyyp3(-2, 4); AsukohaTyyp4 p = new AsukohaTyyp4(2, 4); p.nihuta(0, 1); System.out.println(p); // p.x=7; try { p.nihuta(-3, 0); // antakse veateade } catch (Exception ex) { System.out.println(ex.getMessage()); System.out.println(p); } } }