do{ try{ a=capturar.nextInt(); break; }catch(NumberFormatException e){ out.print("ingresar solo numeros") ; } }while(true);