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

  /libcore/luni/src/main/java/java/net/
MalformedURLException.java 28 public class MalformedURLException extends IOException {
35 public MalformedURLException() {
41 public MalformedURLException(String detailMessage) {
49 public MalformedURLException(String detailMessage, Throwable cause) {
JarURLConnection.java 64 * @throws MalformedURLException
67 protected JarURLConnection(URL url) throws MalformedURLException {
73 throw new MalformedURLException();
196 private static String decode(String encoded) throws MalformedURLException {
204 throw new MalformedURLException("Unable to decode URL", e);
URL.java 69 * {@link MalformedURLException}. Applications may install handlers for other
121 * @throws MalformedURLException if {@code spec} could not be parsed as a
124 public URL(String spec) throws MalformedURLException {
133 * @throws MalformedURLException if {@code spec} could not be parsed as a
136 public URL(URL context, String spec) throws MalformedURLException {
147 * @throws MalformedURLException if the given string {@code spec} could not
150 public URL(URL context, String spec, URLStreamHandler handler) throws MalformedURLException {
152 throw new MalformedURLException();
176 throw new MalformedURLException("Protocol not found: " + spec);
182 throw new MalformedURLException("Unknown protocol: " + protocol)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
FileResource.java 27 import java.net.MalformedURLException;
141 throws IOException,MalformedURLException
158 throw new MalformedURLException();
ResourceCollection.java 25 import java.net.MalformedURLException;
191 public Resource addPath(String path) throws IOException, MalformedURLException
197 throw new MalformedURLException();
243 * @throws MalformedURLException
245 protected Object findResource(String path) throws IOException, MalformedURLException
476 public boolean isContainedIn(Resource r) throws MalformedURLException
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 189 milliseconds