Uses of Class
org.apache.james.mime4j.field.address.ParseException
Packages that use ParseException
-
Uses of ParseException in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field that return ParseExceptionModifier and TypeMethodDescriptionAddressListFieldImpl.getParseException()MailboxFieldImpl.getParseException()MailboxListFieldImpl.getParseException() -
Uses of ParseException in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return ParseExceptionModifier and TypeMethodDescriptionAddressListParser.generateParseException()Generate ParseException.Methods in org.apache.james.mime4j.field.address that throw ParseExceptionModifier and TypeMethodDescriptionfinal voidAddressListParser.addr_spec()final voidAddressListParser.address()final voidAddressListParser.address_list()final voidAddressListParser.angle_addr()final voidAddressListParser.domain()final voidAddressListParser.group_body()final voidAddressListParser.local_part()final voidAddressListParser.mailbox()static voidfinal voidAddressListParser.name_addr()AddressListParser.parseAddress()AddressParser.parseAddress(CharSequence text) Parses the specified raw string into an address.DefaultAddressParser.parseAddress(CharSequence text) DefaultAddressParser.parseAddress(CharSequence text, DecodeMonitor monitor) Parses the specified raw string into an address.final voidAddressListParser.parseAddress0()AddressListParser.parseAddressList()AddressParser.parseAddressList(CharSequence text) Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.DefaultAddressParser.parseAddressList(CharSequence text) DefaultAddressParser.parseAddressList(CharSequence text, DecodeMonitor monitor) Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.final voidAddressListParser.parseAddressList0()AddressParser.parseGroup(CharSequence text) Parses the specified raw string into a group address.DefaultAddressParser.parseGroup(CharSequence text) DefaultAddressParser.parseGroup(CharSequence text, DecodeMonitor monitor) Parses the specified raw string into a group address.final voidAddressListParser.parseLine()AddressListParser.parseMailbox()AddressParser.parseMailbox(CharSequence text) Parses the specified raw string into a mailbox address.DefaultAddressParser.parseMailbox(CharSequence text) DefaultAddressParser.parseMailbox(CharSequence text, DecodeMonitor monitor) Parses the specified raw string into a mailbox address.final voidAddressListParser.parseMailbox0()final voidAddressListParser.phrase()final voidAddressListParser.route()