April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Tratamento de Exceção
nHierarquia de Classes
Throwable
Error
 Exception
AWTError
ClassNotFoundException
 IOException
 AWTException
EOFException
 FileNotFoundException
 MalFormedURLException
 SocketException
n
nPodem ser capturadas e tratadas...
AssertionError
Devem ser capturadas e tratadas...
RuntimeException
ArithmeticException
NullPointerException