Searched defs:VCardException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/exception/
H A DVCardException.java18 public class VCardException extends java.lang.Exception { class in inherits:java.lang.Exception
20 * Constructs a VCardException object
22 public VCardException() { method in class:VCardException
27 * Constructs a VCardException object
31 public VCardException(String message) { method in class:VCardException

Completed in 641 milliseconds