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

  /libcore/luni/src/main/java/java/net/
MalformedURLException.java 28 public class MalformedURLException extends IOException {
35 public MalformedURLException() {
46 public MalformedURLException(String detailMessage) {
JarURLConnection.java 62 * @throws MalformedURLException
65 protected JarURLConnection(URL url) throws MalformedURLException {
70 throw new MalformedURLException();
URL.java 152 * @throws MalformedURLException
156 public URL(String spec) throws MalformedURLException {
171 * @throws MalformedURLException
175 public URL(URL context, String spec) throws MalformedURLException {
194 * @throws MalformedURLException
199 throws MalformedURLException {
209 throw new MalformedURLException();
220 throw new MalformedURLException(e.toString());
273 throw new MalformedURLException("Protocol not found: " + spec);
288 throw new MalformedURLException("Unknown protocol: " + protocol)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 37 milliseconds