Uses of Class
org.apache.james.mime4j.dom.field.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that throw ParseExceptionModifier and TypeMethodDescriptionMessage.Builder.parseAddresses
(String... addresses) Message.Builder.parseMailboxes
(String... mailboxes) private Message.Builder
Message.Builder.setAddressList
(String fieldName, String address) private Message.Builder
Message.Builder.setAddressList
(String fieldName, String... addresses) Sets From header field of this message to the specified mailbox address.Sets From header field of this message to the specified mailbox addresses.private Message.Builder
Message.Builder.setMailbox
(String fieldName, String mailbox) private Message.Builder
Message.Builder.setMailboxList
(String fieldName, String mailbox) private Message.Builder
Message.Builder.setMailboxList
(String fieldName, String... mailboxes) Sets Sender header field of this message to the specified mailbox address.Sets To header field of this message to the specified address.Sets To header field of this message to the specified addresses. -
Uses of ParseException in org.apache.james.mime4j.dom.field
Methods in org.apache.james.mime4j.dom.field that return ParseExceptionModifier and TypeMethodDescriptionParsedField.getParseException()
Returns the exception that was thrown by the field parser while parsing the field value. -
Uses of ParseException in org.apache.james.mime4j.field
Methods in org.apache.james.mime4j.field that return ParseExceptionModifier and TypeMethodDescriptionAbstractField.getParseException()
ContentLanguageFieldImpl.getParseException()
ContentLocationFieldImpl.getParseException()
MimeVersionFieldImpl.getParseException()
-
Uses of ParseException in org.apache.james.mime4j.field.address
Subclasses of ParseException in org.apache.james.mime4j.field.addressModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.field.contentdisposition.parser
Subclasses of ParseException in org.apache.james.mime4j.field.contentdisposition.parserModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.field.contenttype.parser
Subclasses of ParseException in org.apache.james.mime4j.field.contenttype.parserModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.field.datetime.parser
Subclasses of ParseException in org.apache.james.mime4j.field.datetime.parserModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.field.language.parser
Subclasses of ParseException in org.apache.james.mime4j.field.language.parserModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.field.mimeversion.parser
Subclasses of ParseException in org.apache.james.mime4j.field.mimeversion.parserModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.field.structured.parser
Subclasses of ParseException in org.apache.james.mime4j.field.structured.parserModifier and TypeClassDescriptionclass
This exception is thrown when parse errors are encountered. -
Uses of ParseException in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that throw ParseExceptionModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.