Module inet.ipaddr
Package inet.ipaddr

Class AddressStringException

All Implemented Interfaces:
Serializable

public class AddressStringException extends HostIdentifierException
Author:
sfoley
See Also:
  • Constructor Details

    • AddressStringException

      public AddressStringException(CharSequence str, String key, Throwable cause)
    • AddressStringException

      public AddressStringException(CharSequence str, String key)
    • AddressStringException

      public AddressStringException(CharSequence str, String key, int characterIndex)
    • AddressStringException

      public AddressStringException(CharSequence str, int characterIndex)
    • AddressStringException

      public AddressStringException(CharSequence str, int characterIndex, boolean combo)
    • AddressStringException

      public AddressStringException(String key)