Thursday, April 7, 2011

Best Drugstore Non-comedogenic Concealer

Events, Exceptions and Errors (WORKSHOP)

How about, now I will present the events, except as detailed in the previous post applied to my project.

Excepciones.
 System.out.println ("\tIngrese el ID del Producto-> "); 
try {
ID = lectura.nextInt();
listid.add(ID);
} catch (InputMismatchException e) {
System.err.println("ERROR! EL ID INGRESADO NO CONCUERDA CON UN NUMERO ENTERO");
} 

Al correr el programa lanza la excepción y también un error que finaliza la ejecución del programa.
 

El evento lo he pospuesto hasta que tenga mi interfaz graphic, try to run without the other interface but did not come, so, what the event is pending.
Greetings.

0 comments:

Post a Comment