Class InvalidAddressException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidAddressException
    extends UsrException
    Exception for invalid address either due to improper format or address not defined within target
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidAddressException()
      Constructs a new InvalidAddressException
      InvalidAddressException​(java.lang.String msg)
      Constructs a new InvalidAddressException with a detailed 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

      • InvalidAddressException

        public InvalidAddressException()
        Constructs a new InvalidAddressException
      • InvalidAddressException

        public InvalidAddressException​(java.lang.String msg)
        Constructs a new InvalidAddressException with a detailed message.
        Parameters:
        msg - detailed message