Uses of Class
org.apache.james.mime4j.field.address.ParseException
-
Packages that use ParseException Package Description org.apache.james.mime4j.field org.apache.james.mime4j.field.address -
-
Uses of ParseException in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field that return ParseException Modifier and Type Method Description ParseException
AddressListFieldImpl. getParseException()
ParseException
MailboxFieldImpl. getParseException()
ParseException
MailboxListFieldImpl. getParseException()
-
Uses of ParseException in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return ParseException Modifier and Type Method Description ParseException
AddressListParser. generateParseException()
Generate ParseException.Methods in org.apache.james.mime4j.field.address that throw ParseException Modifier and Type Method Description void
AddressListParser. addr_spec()
void
AddressListParser. address()
void
AddressListParser. address_list()
void
AddressListParser. angle_addr()
void
AddressListParser. domain()
void
AddressListParser. group_body()
void
AddressListParser. local_part()
void
AddressListParser. mailbox()
static void
AddressListParser. main(String[] args)
void
AddressListParser. name_addr()
ASTaddress
AddressListParser. parseAddress()
Address
AddressParser. parseAddress(CharSequence text)
Parses the specified raw string into an address.Address
DefaultAddressParser. parseAddress(CharSequence text)
Address
DefaultAddressParser. parseAddress(CharSequence text, DecodeMonitor monitor)
Parses the specified raw string into an address.void
AddressListParser. parseAddress0()
ASTaddress_list
AddressListParser. parseAddressList()
AddressList
AddressParser. parseAddressList(CharSequence text)
Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.AddressList
DefaultAddressParser. parseAddressList(CharSequence text)
AddressList
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.void
AddressListParser. parseAddressList0()
Group
AddressParser. parseGroup(CharSequence text)
Parses the specified raw string into a group address.Group
DefaultAddressParser. parseGroup(CharSequence text)
Group
DefaultAddressParser. parseGroup(CharSequence text, DecodeMonitor monitor)
Parses the specified raw string into a group address.void
AddressListParser. parseLine()
ASTmailbox
AddressListParser. parseMailbox()
Mailbox
AddressParser. parseMailbox(CharSequence text)
Parses the specified raw string into a mailbox address.Mailbox
DefaultAddressParser. parseMailbox(CharSequence text)
Mailbox
DefaultAddressParser. parseMailbox(CharSequence text, DecodeMonitor monitor)
Parses the specified raw string into a mailbox address.void
AddressListParser. parseMailbox0()
void
AddressListParser. phrase()
void
AddressListParser. route()
-