VCardInvalidLineExceptionpublic class VCardInvalidLineException extends VCardException Thrown when the vCard has some line starting with '#'. In the specification,
both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
such lines. |
Constructors Summary |
---|
public VCardInvalidLineException()
super();
| public VCardInvalidLineException(String message)
super(message);
|
|