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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java47 * See org.apache.commons.codec.DecoderException
49 private static class DecoderException extends Exception { class in class:VCardUtils
50 public DecoderException(String pMessage) { method in class:VCardUtils.DecoderException
61 throws DecoderException {
73 throw new DecoderException("Invalid quoted-printable encoding");
77 throw new DecoderException("Invalid quoted-printable encoding");
806 } catch (DecoderException e) {
807 Log.e(LOG_TAG, "DecoderException is thrown.");

Completed in 21 milliseconds