Class AddressFormatException

All Implemented Interfaces:
Serializable

public class AddressFormatException extends UsrException

An AddressFormatException is thrown when a string that is supposed to be an address representation cannot be parsed.

See Also:
  • Constructor Details

    • AddressFormatException

      public AddressFormatException()

      Constructs an AddressFormatException with no detail message.

    • AddressFormatException

      public AddressFormatException(String message)

      Constructs an AddressFormatException with the specified detail message.

      Parameters:
      message - A user message.