Me da un error...
Publicado por Daniel (2 intervenciones) el 24/05/2006 12:43:56
public static void main (String Args[]){
String jugador[]= new String[2];
...
iniciar(jugador); //Aqui me da el error ("unhadled exception type IOException")
}
public static void iniciar(String jugador[])throws IOException{
...
}
Nose como solucionar el error este que me da al usar throws IOException en el modulo iniciar..., soy principiante que conste, muchas gracias por vuestra ayuda.
String jugador[]= new String[2];
...
iniciar(jugador); //Aqui me da el error ("unhadled exception type IOException")
}
public static void iniciar(String jugador[])throws IOException{
...
}
Nose como solucionar el error este que me da al usar throws IOException en el modulo iniciar..., soy principiante que conste, muchas gracias por vuestra ayuda.
Valora esta pregunta


0