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

VCardInvalidLineException

public 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.

Fields Summary
Constructors Summary
public VCardInvalidLineException()

        super();
    
public VCardInvalidLineException(String message)

        super(message);
    
Methods Summary