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

VCardNotSupportedException

public class VCardNotSupportedException extends VCardException
The exception which tells that the input VCard is probably valid from the view of specification but not supported in the current framework for now. This is a kind of a good news from the view of development. It may be good to ask users to send a report with the VCard example for the future development.

Fields Summary
Constructors Summary
public VCardNotSupportedException()

        super();
    
public VCardNotSupportedException(String message)

        super(message);
    
Methods Summary