Package org.jivesoftware.smack.util
Class InternetAddress.InvalidDomainName
- java.lang.Object
-
- org.jivesoftware.smack.util.InternetAddress
-
- org.jivesoftware.smack.util.InternetAddress.InvalidDomainName
-
- All Implemented Interfaces:
CharSequence
- Enclosing class:
- InternetAddress
public static final class InternetAddress.InvalidDomainName extends InternetAddress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.util.InternetAddress
InternetAddress.DomainName, InternetAddress.DomainNameLabel, InternetAddress.InvalidDomainName, InternetAddress.Ipv4, InternetAddress.Ipv6
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.util.InternetAddress
originalString
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvalidDnsNameException
getInvalidDnsNameException()
-
Methods inherited from class org.jivesoftware.smack.util.InternetAddress
charAt, from, from, length, subSequence, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Method Detail
-
getInvalidDnsNameException
public InvalidDnsNameException getInvalidDnsNameException()
-
-