FileDocCategorySizeDatePackage
VCardInvalidCommentLineException.javaAPI DocAndroid 5.1 API1104Thu Mar 12 22:22:54 GMT 2015com.android.vcard.exception

VCardInvalidCommentLineException

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)

        super(message);
    
Methods Summary