HomeSort by relevance Sort by last modified time
    Searched refs:DecoderException (Results 1 - 25 of 31) sorted by null

1 2

  /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 $
30 public class DecoderException extends Exception {
33 * Creates a DecoderException
37 public DecoderException(String pMessage) {
BinaryDecoder.java 40 * @throws DecoderException A decoder exception is thrown
44 byte[] decode(byte[] pArray) throws DecoderException;
Decoder.java 45 * this decode method will throw a DecoderException.
51 * @throws DecoderException a decoder exception can
57 Object decode(Object pObject) throws DecoderException;
StringDecoder.java 39 * @throws DecoderException thrown if there is
42 String decode(String pString) throws DecoderException;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DecoderException.java 3 public class DecoderException
8 DecoderException(String msg, Throwable cause)
Base64.java 109 throw new DecoderException("unable to decode base64 data: " + e.getMessage(), e);
132 throw new DecoderException("unable to decode base64 string: " + e.getMessage(), e);
Hex.java 107 throw new DecoderException("exception decoding Hex data: " + e.getMessage(), e);
129 throw new DecoderException("exception decoding Hex string: " + e.getMessage(), e);
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 21 import org.apache.commons.codec.DecoderException;
56 * @throws DecoderException Thrown if an odd number or illegal of characters
59 public static byte[] decodeHex(char[] data) throws DecoderException {
64 throw new DecoderException("Odd number of characters.");
87 * @throws DecoderException Thrown if ch is an illegal hex character
89 protected static int toDigit(char ch, int index) throws DecoderException {
92 throw new DecoderException("Illegal hexadecimal charcter " + ch + " at index " + index);
131 * @throws DecoderException Thrown if an odd number of characters is supplied
135 public byte[] decode(byte[] array) throws DecoderException {
149 * @throws DecoderException Thrown if an odd number of characters is supplie
    [all...]
BinaryCodec.java 21 import org.apache.commons.codec.DecoderException;
112 * @throws DecoderException
116 public Object decode(Object ascii) throws DecoderException {
129 throw new DecoderException("argument not a byte array");
Base64.java 21 import org.apache.commons.codec.DecoderException;
201 * Decoder interface, and will throw a DecoderException if the
207 * @throws DecoderException if the parameter supplied is not
210 public Object decode(Object pObject) throws DecoderException {
212 throw new DecoderException("Parameter supplied to Base64 decode is not a byte[]");
  /external/apache-http/src/org/apache/commons/codec/net/
RFC1522Codec.java 21 import org.apache.commons.codec.DecoderException;
95 * @throws DecoderException thrown if there is an error conidition during the Decoding
101 throws DecoderException, UnsupportedEncodingException
107 throw new DecoderException("RFC 1522 violation: malformed encoded content");
113 throw new DecoderException("RFC 1522 violation: charset token not found");
117 throw new DecoderException("RFC 1522 violation: charset not specified");
122 throw new DecoderException("RFC 1522 violation: encoding token not found");
126 throw new DecoderException("This codec cannot decode " +
162 * @throws DecoderException A decoder exception is thrown if a Decoder encounters a
165 protected abstract byte[] doDecoding(byte[] bytes) throws DecoderException;
    [all...]
BCodec.java 20 import org.apache.commons.codec.DecoderException;
88 protected byte[] doDecoding(byte[] bytes) throws DecoderException {
144 * @throws DecoderException
147 public String decode(String value) throws DecoderException {
154 throw new DecoderException(e.getMessage());
189 * @throws DecoderException
192 public Object decode(Object value) throws DecoderException {
198 throw new DecoderException("Objects of type "
QuotedPrintableCodec.java 24 import org.apache.commons.codec.DecoderException;
175 * @throws DecoderException
178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException {
190 throw new DecoderException("Invalid quoted-printable encoding");
194 throw new DecoderException("Invalid quoted-printable encoding");
231 * @throws DecoderException
234 public byte[] decode(byte[] bytes) throws DecoderException {
275 * @throws DecoderException
280 public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingException {
294 * @throws DecoderException
    [all...]
URLCodec.java 25 import org.apache.commons.codec.DecoderException;
157 * @throws DecoderException Thrown if URL decoding is unsuccessful
160 throws DecoderException
175 throw new DecoderException("Invalid URL encoding");
179 throw new DecoderException("Invalid URL encoding");
208 * @throws DecoderException Thrown if URL decoding is unsuccessful
210 public byte[] decode(byte[] bytes) throws DecoderException {
265 * @throws DecoderException Thrown if URL decoding is unsuccessful
270 throws DecoderException, UnsupportedEncodingException
286 * @throws DecoderException Thrown if URL decoding is unsuccessfu
    [all...]
QCodec.java 22 import org.apache.commons.codec.DecoderException;
152 protected byte[] doDecoding(byte[] bytes) throws DecoderException {
227 * @throws DecoderException
230 public String decode(String pString) throws DecoderException {
237 throw new DecoderException(e.getMessage());
272 * @throws DecoderException
275 public Object decode(Object pObject) throws DecoderException {
281 throw new DecoderException("Objects of type "
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 47 * See org.apache.commons.codec.DecoderException
49 private static class DecoderException extends Exception {
50 public DecoderException(String pMessage) {
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.");
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 661 milliseconds

1 2