|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VCardException | |
---|---|
ezvcard.io | |
ezvcard.io.json | |
ezvcard.io.text |
Uses of VCardException in ezvcard.io |
---|
Subclasses of VCardException in ezvcard.io | |
---|---|
class |
CannotParseException
Thrown during the unmarshalling of a vCard property to signal that the property's value could not be parsed (for example, being unable to parse a date string). |
class |
EmbeddedVCardException
Thrown during the marshalling/unmarshalling of a property to signal to the marshaller that the property's value is a nested (2.1 style) or embedded (3.0 style) vCard. |
class |
SkipMeException
Thrown during the marshalling/unmarshalling of a vCard property to show that the property should NOT be included in the marshalled vCard or the unmarshalled VCard object. |
Uses of VCardException in ezvcard.io.json |
---|
Subclasses of VCardException in ezvcard.io.json | |
---|---|
class |
JCardParseException
Thrown during the parsing of a jCard, when a jCard is not formatted in the correct way (the JSON syntax is valid, but it's not in the correct jCard format). |
Uses of VCardException in ezvcard.io.text |
---|
Subclasses of VCardException in ezvcard.io.text | |
---|---|
static class |
VCardRawReader.StopReadingException
Instructs a VCardRawReader to stop reading from the data stream
when thrown from a VCardRawReader.VCardDataStreamListener implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |