Criado por IRENE AGUILAR JUAREZ
mais de 4 anos atrás
|
||
try{ }
catch (Exception e){ }
finally { }
Error
Exception
Excepciones Chequeadas
throw
String getMessage()
void printStackTrace()
public void leerFichero(String fich) throws EOFException, FileNotFoundException {…}
RuntimeException