Home | History | Annotate | Download | only in net

Lines Matching defs:MalformedURLException

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);
293 // any exception, throw MalformedURLException instead.
303 throw new MalformedURLException(e.toString());
307 throw new MalformedURLException("Port out of range: " + port);
321 * @throws MalformedURLException
326 throws MalformedURLException {
343 * @throws MalformedURLException
348 throws MalformedURLException {
367 * @throws MalformedURLException
376 URLStreamHandler handler) throws MalformedURLException {
378 throw new MalformedURLException("Port out of range: " + port);
411 throw new MalformedURLException("Unknown protocol: " + protocol);
533 * protocol. Throws a MalformedURLException if no reasonable handler is