public class VCardInvalidCommentLineException extends VCardInvalidLineException
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.
Fields Summary
Constructors Summary
public VCardInvalidCommentLineException()
super();
public VCardInvalidCommentLineException(String message)