Class HelpfulNullPointerExceptionExamples.Customer
java.lang.Object
net.jrodolfo.java_evolution.java14.HelpfulNullPointerExceptionExamples.Customer
- Enclosing class:
HelpfulNullPointerExceptionExamples
Customer with an address reference used to trigger nested null access.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a customer. -
Method Summary
-
Constructor Details
-
Customer
Creates a customer.- Parameters:
address- the customer's address, possiblynullfor the example
-
-
Method Details
-
address
Returns the address reference.- Returns:
- the customer's address
-