Home | History | Annotate | Download | only in net

Lines Matching refs:DecoderException

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 unsuccessful
290 public String decode(String pString) throws DecoderException {
297 throw new DecoderException(e.getMessage());
331 * @throws DecoderException Thrown if URL decoding is not
335 public Object decode(Object pObject) throws DecoderException {
343 throw new DecoderException("Objects of type " +