Creado por IRENE AGUILAR JUAREZ
hace más de 4 años
|
||
try{ }
catch (Exception e){ }
finally { }
Error
Exception
Excepciones Chequeadas
throw
String getMessage()
void printStackTrace()
public void leerFichero(String fich) throws EOFException, FileNotFoundException {…}
RuntimeException