Uses of Class
org.apache.james.mime4j.dom.field.ParseException
-
-
Uses of ParseException in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that throw ParseException Modifier and Type Method Description Message.Builder
Message.Builder. setFrom(String from)
Sets From header field of this message to the specified mailbox address.Message.Builder
Message.Builder. setFrom(String... from)
Sets From header field of this message to the specified mailbox addresses.Message.Builder
Message.Builder. setSender(String sender)
Sets Sender header field of this message to the specified mailbox address.Message.Builder
Message.Builder. setTo(String to)
Sets To header field of this message to the specified address.Message.Builder
Message.Builder. setTo(String... to)
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 ParseException Modifier and Type Method Description ParseException
ParsedField. 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 ParseException Modifier and Type Method Description ParseException
AbstractField. getParseException()
ParseException
ContentLanguageFieldImpl. getParseException()
ParseException
ContentLocationFieldImpl. getParseException()
ParseException
MimeVersionFieldImpl. getParseException()
-
Uses of ParseException in org.apache.james.mime4j.field.address
Subclasses of ParseException in org.apache.james.mime4j.field.address Modifier and Type Class Description class
ParseException
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.parser Modifier and Type Class Description class
ParseException
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.parser Modifier and Type Class Description class
ParseException
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.parser Modifier and Type Class Description class
ParseException
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.parser Modifier and Type Class Description class
ParseException
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.parser Modifier and Type Class Description class
ParseException
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.parser Modifier and Type Class Description class
ParseException
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 ParseException Modifier and Type Method Description MessageBuilder
MessageBuilder. setFrom(String from)
Deprecated.MessageBuilder
MessageBuilder. setFrom(String... from)
Deprecated.MessageBuilder
MessageBuilder. setSender(String sender)
Deprecated.MessageBuilder
MessageBuilder. setTo(String to)
Deprecated.MessageBuilder
MessageBuilder. setTo(String... to)
Deprecated.
-