HomeSort by relevance Sort by last modified time
    Searched defs:DecoderException (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 23 * @version $Id: DecoderException.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $
25 public class DecoderException extends Exception {
28 * Creates a DecoderException
32 public DecoderException(String pMessage) {
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 50 * See org.apache.commons.codec.DecoderException
52 private static class DecoderException extends Exception {
53 public DecoderException(String pMessage) {
64 throws DecoderException {
76 throw new DecoderException("Invalid quoted-printable encoding");
80 throw new DecoderException("Invalid quoted-printable encoding");
776 } catch (DecoderException e) {
777 Log.e(LOG_TAG, "DecoderException is thrown.");
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 138 milliseconds