Searched refs:DecoderException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java50 * See org.apache.commons.codec.DecoderException
52 private static class DecoderException extends Exception { class in class:VCardUtils
53 public DecoderException(String pMessage) { method in class:VCardUtils.DecoderException
64 throws DecoderException {
76 throw new DecoderException("Invalid quoted-printable encoding");
80 throw new DecoderException("Invalid quoted-printable encoding");
785 } catch (DecoderException e) {
786 Log.e(LOG_TAG, "DecoderException is thrown.");

Completed in 96 milliseconds