Searched defs:URLDecoder (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURLDecoder.java78 public class URLDecoder { class
141 throw new UnsupportedEncodingException ("URLDecoder: empty string enc parameter");
176 throw new IllegalArgumentException("URLDecoder: Illegal hex characters in escape (%) pattern - negative value");
188 "URLDecoder: Incomplete trailing escape (%) pattern");
193 "URLDecoder: Illegal hex characters in escape (%) pattern - "

Completed in 36 milliseconds