B C D E G I M S T

B

BaseClass - class BaseClass.
Root in inheritance hierarchy.
BaseClass(String) - Constructor for class BaseClass
 

C

catchNullPointerException() - Static method in class Exercise9_4
Catch a NullPointerException

D

DoesNotLikeNumberException - exception DoesNotLikeNumberException.
Exception class
DoesNotLikeNumberException() - Constructor for class DoesNotLikeNumberException
 
DoesNotLikeNumberException(String) - Constructor for class DoesNotLikeNumberException
 

E

Exercise9_1 - class Exercise9_1.
Exercise 9.1 from the book
Exercise9_1() - Constructor for class Exercise9_1
 
Exercise9_11 - class Exercise9_11.
Exercise 9.11 from the book
Exercise9_11() - Constructor for class Exercise9_11
 
Exercise9_4 - class Exercise9_4.
Exercise 9.4 from the book.
Exercise9_4() - Constructor for class Exercise9_4
 
Exercise9_7 - class Exercise9_7.
Exercise 9.7 from the book.
Exercise9_7() - Constructor for class Exercise9_7
 
ExtendedClass - class ExtendedClass.
A subclass.
ExtendedClass(int, String) - Constructor for class ExtendedClass
 
evaluateNumber(int) - Method in class Exercise9_7
Throws various exceptions

G

getNullPointerException() - Static method in class Exercise9_4
Throws a NullPointerException

I

i - Variable in class ExtendedClass
 

M

main(String[]) - Static method in class Exercise9_1
Main that throws exceptions
main(String[]) - Static method in class Exercise9_11
Main that catches exceptions
main(String[]) - Static method in class Exercise9_7
Calls methods and catchtes exceptions

S

SomeException - exception SomeException.
A simple exception class used.
SomeException() - Constructor for class SomeException
 
s - Variable in class BaseClass
 

T

TooLargeException - exception TooLargeException.
Exception class
TooLargeException() - Constructor for class TooLargeException
 
TooLargeException(String) - Constructor for class TooLargeException
 
TooSmallException - exception TooSmallException.
Exception class
TooSmallException() - Constructor for class TooSmallException
 
TooSmallException(String) - Constructor for class TooSmallException
 
toString() - Method in class BaseClass
 
toString() - Method in class ExtendedClass
 

B C D E G I M S T