org.apache.james.mime4j.field
public class DateTimeField extends AbstractField
Date
or Resent-Date
.Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDate() |
org.apache.james.mime4j.field.datetime.parser.ParseException |
getParseException()
Returns the exception that was thrown by the field parser while parsing
the field value.
|
getBody, getName, getParser, getRaw, isValidField, parse, parse, toString
public java.util.Date getDate()
public org.apache.james.mime4j.field.datetime.parser.ParseException getParseException()
ParsedField
null
if the field is valid
and no errors were encountered.getParseException
in interface ParsedField
getParseException
in class AbstractField
null
if the field is valid.ParsedField.getParseException()
Copyright © 2004-2016. All Rights Reserved.