Wenas
Tienes alguna llave mal cerrada o algun ; de menos.
Saludos.
PD. Por que tienes dos try anidados??
Código:
try {
linea = teclado.readLine();
a = Integer.parseInt(linea);
}
catch (NumberFormatException e) {
System.err.println("ERROR");
}
catch (IOException e) {
System.err.print("ERROR");
}