In Study View tree, under "Study Refs" node, you will see an "ExceptionClassSummary" document. It lists and explains the exceptions that you need to know about.
(You may also download the document from here: http://enthuware.com/downloads/Exceptio ... ummary.pdf )
Briefly:
- Throwable
Error and
Exception
RuntimeException
ArrayIndexOutOfBoundsException
ClassCastException
NullPointerException
ExceptionInInitializerError
StackOverflowError
NoClassDefFoundError
IllegalArgumentException
IllegalStateException
NumberFormatException
AssertionError
- substring
replace
charAt
indexOf
length
toLower/UpperCase
compareTo
equals
equalsIgnoreCase
contains
endsWith
startsWith
valueOf
trim
StringBuilder/Buffer
- All 4 constructors.
append
delete
insert
indexOf
length
replace
reverse
substring
setLength
3. Wrappers
- equals
toBinaryString, toHexString
valueOf
parseInt/Byte etc.
toString
equals/compareTo
- add
addAll
remove
removeAll
sublist
retainAll
get
contains
clear
size
HTH,
Paul.