Package | Description |
---|---|
ezvcard.io |
Contains I/O related classes.
|
ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
Modifier and Type | Method and Description |
---|---|
ParseWarning.Builder |
ParseWarning.Builder.message(CannotParseException exception)
Sets the warning message, based on the contents of a
CannotParseException . |
Modifier and Type | Method and Description |
---|---|
protected static CannotParseException |
VCardPropertyScribe.missingXmlElements(String... elements)
Creates a
CannotParseException to indicate that a scribe could
not find the necessary XML elements required in order to successfully
parse a property (xCards only). |
protected static CannotParseException |
VCardPropertyScribe.missingXmlElements(VCardDataType... dataTypes)
Creates a
CannotParseException to indicate that a scribe could
not find the necessary XML elements required in order to successfully
parse a property (xCards only). |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.