public interface ParsedField extends Field
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.