Class AddressFormatException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AddressFormatException()
      Constructs an AddressFormatException with no detail message.
      AddressFormatException​(java.lang.String message)
      Constructs an AddressFormatException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AddressFormatException

        public AddressFormatException()

        Constructs an AddressFormatException with no detail message.

      • AddressFormatException

        public AddressFormatException​(java.lang.String message)

        Constructs an AddressFormatException with the specified detail message.

        Parameters:
        message - A user message.