Erstellt von IRENE AGUILAR JUAREZ
vor mehr als 4 Jahre
|
||
try{ }
catch (Exception e){ }
finally { }
Error
Exception
Excepciones Chequeadas
throw
String getMessage()
void printStackTrace()
public void leerFichero(String fich) throws EOFException, FileNotFoundException {…}
RuntimeException