inet.ipaddr

Class IPAddressTypeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • inet.ipaddr.IPAddressTypeException
  • All Implemented Interfaces:
    java.io.Serializable


    public class IPAddressTypeException
    extends java.lang.RuntimeException
    Represents situations when an object represents a valid type or format but that type does not match the required type or format for a given operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • IPAddressTypeException

        public IPAddressTypeException(IPAddress one,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(IPAddressSection one,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(java.lang.String one,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(long lower,
                                      long upper,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(IPAddressSection one,
                                      int prefixLength,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(IPAddressDivision one,
                                      int prefixLength,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(IPAddressDivision one,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(int prefixLength,
                                      IPAddress.IPVersion version,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(int prefixLength,
                                      java.lang.String key)
      • IPAddressTypeException

        public IPAddressTypeException(java.lang.CharSequence prefixLength,
                                      IPAddress.IPVersion version,
                                      java.lang.String key,
                                      java.lang.Throwable cause)