HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 1751 - 1775 of 5185) sorted by null

<<71727374757677787980>>

  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 66 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, name);
70 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, name);
DocumentImpl.java 152 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
172 throw new UnsupportedOperationException();
193 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
257 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
261 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
304 throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, null);
410 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR,
413 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR,
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java 97 throw new TransformerException("ExtensionHandler constructor not found");
101 throw new TransformerException(e);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 169 throw new SAXException(e);
195 throw new SAXException(e);
329 throw new SAXException(e);
364 throw new SAXException(e);
414 throw new SAXException(e);
502 // A user defined error handler, errHandler, may throw
504 // we will wrap it with a SAXException and re-throw.
508 throw se;
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
Sequence.java 50 throw new InvalidMidiDataException(Messages.getString("sound.0B", divisionType)); //$NON-NLS-1$
67 throw new InvalidMidiDataException(Messages.getString("sound.0B", divisionType)); //$NON-NLS-1$
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 68 throw new IllegalArgumentException("HTTP parameters may not be null");
89 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/apache-http/src/org/apache/http/client/protocol/
RequestTargetAuthentication.java 66 throw new IllegalArgumentException("HTTP request may not be null");
69 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-http/src/org/apache/http/entity/
ByteArrayEntity.java 55 throw new IllegalArgumentException("Source byte array may not be null");
74 throw new IllegalArgumentException("Output stream may not be null");
FileEntity.java 56 throw new IllegalArgumentException("File may not be null");
76 throw new IllegalArgumentException("Output stream may not be null");
SerializableEntity.java 51 throw new IllegalArgumentException("Source object may not be null");
94 throw new IllegalArgumentException("Output stream may not be null");
StringEntity.java 59 throw new IllegalArgumentException("Source string may not be null");
87 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpClientConnection.java 59 throw new IllegalArgumentException("Socket may not be null");
62 throw new IllegalArgumentException("HTTP parameters may not be null");
DefaultHttpServerConnection.java 57 throw new IllegalArgumentException("Socket may not be null");
60 throw new IllegalArgumentException("HTTP parameters may not be null");
NoConnectionReuseStrategy.java 56 throw new IllegalArgumentException("HTTP response may not be null");
59 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 483 throw new IllegalArgumentException
519 throw new IllegalArgumentException
557 throw new ClientProtocolException(httpException);
649 throw new IllegalArgumentException
671 throw (Error) t;
675 throw (RuntimeException) t;
679 throw (IOException) t;
682 throw new UndeclaredThrowableException(t);
DefaultProxyAuthenticationHandler.java 56 throw new IllegalArgumentException("HTTP response may not be null");
66 throw new IllegalArgumentException("HTTP response may not be null");
DefaultTargetAuthenticationHandler.java 56 throw new IllegalArgumentException("HTTP response may not be null");
66 throw new IllegalArgumentException("HTTP response may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 62 throw new IllegalArgumentException("Char array buffer may not be null");
65 throw new IllegalArgumentException("Parser cursor may not be null");
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageWriter.java 58 throw new IllegalArgumentException("Session input buffer may not be null");
73 throw new IllegalArgumentException("HTTP message may not be null");
HttpRequestParser.java 60 throw new IllegalArgumentException("Request factory may not be null");
73 throw new ConnectionClosedException("Client closed connection");
HttpResponseParser.java 60 throw new IllegalArgumentException("Response factory may not be null");
73 throw new NoHttpResponseException("The target server failed to respond");
SocketInputBuffer.java 84 throw new IllegalArgumentException("Socket may not be null");
106 throw e;
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 65 throw new RuntimeException(
123 throw new IllegalArgumentException("Invalid key (" + key
ExpectedInvocation.java 56 throw new IllegalStateException(""
85 throw new UnsupportedOperationException("hashCode() is not implemented");
  /external/emma/core/java12/com/vladium/emma/data/
SessionData.java 39 if (mdata == null) throw new IllegalArgumentException ("null input: mdata");
40 if (cdata == null) throw new IllegalArgumentException ("null input: cdata");

Completed in 269 milliseconds

<<71727374757677787980>>