public class AddressException
extends java.lang.Exception
Address constructor if the given string address is invalid.| Constructor and Description |
|---|
AddressException()
Constructs an empty Exception.
|
AddressException(java.lang.String msg)
Constructs an exception with the given message.
|