|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParsedField
A structured field that has been processed by a parsing routine.
| Method Summary | |
|---|---|
ParseException |
getParseException()
Returns the exception that was thrown by the field parser while parsing the field value. |
boolean |
isValidField()
Returns true if this field is valid, i.e. no errors were
encountered while parsing the field value. |
| Methods inherited from interface org.apache.james.mime4j.stream.Field |
|---|
getBody, getName, getRaw |
| Method Detail |
|---|
boolean isValidField()
true if this field is valid, i.e. no errors were
encountered while parsing the field value.
true if this field is valid, false
otherwise.getParseException()ParseException getParseException()
null if the field is valid
and no errors were encountered.
null if the field is valid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||