Uses of Class
jakarta.mail.internet.AddressException
Packages that use AddressException
-
Uses of AddressException in jakarta.mail.internet
Methods in jakarta.mail.internet that throw AddressExceptionModifier and TypeMethodDescription(package private) static InternetAddressInternetAddress._getLocalAddress(Session session) A package-private version of getLocalAddress that doesn't swallow the exception.private static voidInternetAddress.checkAddress(String addr, boolean routeAddr, boolean validate) Check that the address is a valid "mailbox" per RFC822.InternetAddress.getGroup(boolean strict) Return the members of a group address.static InternetAddress[]Parse the given comma separated sequence of addresses into InternetAddress objects.static InternetAddress[]Parse the given sequence of addresses into InternetAddress objects.private static InternetAddress[]static NewsAddress[]Parse the given comma separated sequence of newsgroups into NewsAddress objects.static InternetAddress[]InternetAddress.parseHeader(String addresslist, boolean strict) Parse the given sequence of addresses into InternetAddress objects.voidInternetAddress.validate()Validate that this address conforms to the syntax rules of RFC 822.Constructors in jakarta.mail.internet that throw AddressExceptionModifierConstructorDescriptionInternetAddress(String address) Constructor.InternetAddress(String address, boolean strict) Parse the given string and create an InternetAddress.