Parsers the given string and returns an instance of the Field class. The type of the class returned depends on the field name:
| Field name | Class returned | Content-Type | org.mime4j.field.ContentTypeField | other | org.mime4j.field.UnstructuredField |
a Field instance.
| Exception Type | Condition |
|---|---|
| ArgumentException | on parse errors. |