Lines Matching refs:MalformedURLException
28 import java.net.MalformedURLException;
87 * @exception MalformedURLException if the name is not an appropriately
93 java.net.MalformedURLException,
110 * @exception MalformedURLException if the name is not an appropriately
119 java.net.MalformedURLException,
137 * @exception MalformedURLException if the name is not an appropriately
147 java.net.MalformedURLException
161 * @exception MalformedURLException if the name is not an appropriately
169 throws RemoteException, java.net.MalformedURLException
190 * @exception MalformedURLException if the name is not an appropriately
196 throws RemoteException, java.net.MalformedURLException
231 * @exception MalformedURLException if given url string is malformed
234 throws MalformedURLException
243 MalformedURLException mue = new MalformedURLException(
262 } catch (MalformedURLException inte) {
271 throws MalformedURLException, URISyntaxException
275 throw new MalformedURLException(
279 throw new MalformedURLException(
282 throw new MalformedURLException(
285 throw new MalformedURLException(
290 throw new MalformedURLException("invalid URL scheme: " + str);
327 MalformedURLException("invalid authority: " + str);
331 MalformedURLException("invalid authority: " + str);