Created by IRENE AGUILAR JUAREZ
over 4 years ago
|
||
try{ }
catch (Exception e){ }
finally { }
Error
Exception
Excepciones Chequeadas
throw
String getMessage()
void printStackTrace()
public void leerFichero(String fich) throws EOFException, FileNotFoundException {…}
RuntimeException