- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
try {
System.out.print("x=");
x = Integer.parseInt(br.readLine());
} catch (IOException ex) {
System.err.println("Ошибка. Рожей не вышел.");
} catch(NumberFormatException e) {
System.err.println("Ошибка. Неправильный формат аргумента.");
}
guest 06.12.2009 11:33 # 0
guest 10.12.2009 10:02 # −1
danilissimus 11.12.2009 21:52 # 0
run:
Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - unreported exception java.io.IOException; must be caught or declared to be thrown
at pack.main(bydlokod.java:25)
BUILD SUCCESSFUL (total time: 0 seconds)
(только что попробовал)
guest 09.02.2010 19:01 # 0
guest 16.02.2010 13:31 # 0
guest 17.09.2011 12:14 # 0
guest 17.09.2011 12:15 # 0