Exceptions

Is there somewhere on the sun website or on the web where I can view a list of exceptions and how to handle them?
[120 byte] By [candybar1a] at [2007-11-26 16:00:06]
# 1
http://www.google.com/search?q=java+exception+tutorial
hunter9000a at 2007-7-8 22:21:27 > top of Java-index,Java Essentials,Java Programming...
# 2
> Is there somewhere on the sun website or on the web> where I can view a list of exceptions The Javadoc API? http://java.sun.com/j2se/1.5.0/docs/api/> and how to> handle them?Not sure what you mean by this. try/catch/finally ?
cotton.ma at 2007-7-8 22:21:27 > top of Java-index,Java Essentials,Java Programming...