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