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

<<11121314151617181920>>

  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 172 fail("Should throw IllegalArgumentException.");
193 fail("Should throw IllegalArgumentException.");
214 fail("Should throw IllegalArgumentException.");
235 fail("Should throw IllegalArgumentException.");
256 fail("Should throw IllegalArgumentException.");
278 fail("Should throw IllegalArgumentException.");
383 fail("Should throw IllegalArgumentException.");
403 fail("should throw NumberFormatException");
410 fail("should throw IllegalArgumentException");
417 fail("should throw IllegalArgumentException")
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator1.java 64 throw new InvalidParameterException("Incorrect keysize parameter");
67 throw new InvalidParameterException("Incorrect random");
85 throw new InvalidParameterException("Incorrect random");
88 throw new InvalidAlgorithmParameterException("Incorrect param");
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 108 throw new IllegalArgumentException("null or zero-length parameter");
111 throw new CertificateException(err);
128 throw new CertificateException("Certificate chain error");
133 throw new CertificateException(e);
135 throw new CertificateException(e);
147 throw new IllegalArgumentException(
151 throw new CertificateException(err);
162 throw new CertificateException("Certificate chain error");
175 throw ce;
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentTypeImpl.java 47 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName);
56 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName);
60 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName);
64 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName);
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 106 throw new RuntimeException("Unexpected exception", e);
153 throw new RuntimeException("Unexpected exception", e);
163 throw new RuntimeException("Unexpected exception", e);
186 throw new RuntimeException("Unexpected exception", e);
195 throw new RuntimeException("Unexpected exception", e);
290 throw new RuntimeException("Unexpected exception", e);
292 throw new RuntimeException("Unexpected exception", e);
312 throw new RuntimeException("Unexpected exception", e);
314 throw new RuntimeException("Unexpected exception", e);
351 throw new RuntimeException("Unexpected exception", e)
    [all...]
  /dalvik/tests/035-enum/src/
Main.java 16 throw new RuntimeException(nsfe);
  /dalvik/tests/064-field-access/
info.txt 7 same time, we can only throw one or the other.
  /dalvik/vm/mterp/x86/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 79 throw new IllegalArgumentException("HTTP response may not be null");
97 throw new IllegalArgumentException("HTTP response may not be null");
103 throw new ProtocolException(
116 throw new ProtocolException("Invalid redirect URI: " + location, ex);
124 throw new ProtocolException("Relative redirect location '"
131 throw new IllegalStateException("Target host not available " +
143 throw new ProtocolException(ex.getMessage(), ex);
166 throw new ProtocolException(ex.getMessage(), ex);
173 throw new CircularRedirectException("Circular redirect to '" +
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 101 throw new IllegalArgumentException("Connection operator may not be null");
141 throw new IllegalArgumentException
146 throw new IllegalArgumentException
150 throw new IllegalStateException("Connection already open.");
175 throw new IOException("Request aborted");
202 throw new IllegalArgumentException
208 throw new IllegalStateException("Connection not open.");
211 throw new IllegalStateException
243 throw new IllegalArgumentException
247 throw new IllegalArgumentExceptio
    [all...]
  /external/gtest/test/
gtest_throw_on_failure_test_.cc 32 // Tests Google Test's throw-on-failure mode with exceptions disabled.
36 // with non-zero in the throw-on-failure mode or 0 otherwise.
49 // In the throw-on-failure mode with exceptions disabled, this
53 // When not in the throw-on-failure mode, the control will reach
  /external/junit/src/junit/extensions/
RepeatedTest.java 16 throw new IllegalArgumentException("Repetition count must be > 0");
  /external/webkit/LayoutTests/storage/
open-database-empty-version.html 19 SUCCESS! Did not throw an exception.
  /external/webkit/WebCore/css/
CSSRuleList.cpp 75 // FIXME: Should we throw an INDEX_SIZE_ERR exception here?
86 // FIXME: Should we throw an exception?
97 // FIXME: Should we throw an exception?
102 // FIXME: Should we throw an INDEX_SIZE_ERR exception here?
  /frameworks/base/awt/javax/imageio/spi/
IIOServiceProvider.java 54 throw new NullPointerException("vendor name cannot be NULL");
57 throw new NullPointerException("version name cannot be NULL");
67 throw new UnsupportedOperationException("Not supported yet");
75 throw new UnsupportedOperationException("Not supported yet");
  /frameworks/base/awt/org/apache/harmony/x/imageio/metadata/
IIOMetadataUtils.java 37 throw new IllegalArgumentException("formatName == null!");
59 throw new IllegalArgumentException("Unsupported format name");
79 throw new IllegalStateException ("Can't obtain format");
91 throw e1;
  /frameworks/base/core/java/android/database/
Observable.java 40 throw new IllegalArgumentException("The observer is null.");
44 throw new IllegalStateException("Observer " + observer + " is already registered.");
59 throw new IllegalArgumentException("The observer is null.");
64 throw new IllegalStateException("Observer " + observer + " was not registered.");
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 34 throw new IllegalArgumentException("radius must be > 0");
37 throw new IllegalArgumentException("needs >= 2 number of colors");
40 throw new IllegalArgumentException("color and position arrays must be of equal length");
56 throw new IllegalArgumentException("radius must be > 0");
  /frameworks/base/media/libdrm/mobile2/src/util/domcore/
NodeImpl.cpp 79 NodeImpl* NodeImpl::insertBefore(NodeImpl* newChild, NodeImpl* refChild) throw (DOMException)
85 throw DOMException(DOMException::WRONG_DOCUMENT_ERR);
91 throw DOMException(DOMException::NOT_FOUND_ERR);
113 NodeImpl* NodeImpl::removeChild(NodeImpl* oldChild) throw (DOMException)
120 throw DOMException(DOMException::NOT_FOUND_ERR);
179 NodeImpl* NodeImpl::appendChild(NodeImpl* newChild) throw (DOMException)
185 throw DOMException(DOMException::WRONG_DOCUMENT_ERR);
213 const DOMString* NodeImpl::getNodeValue() const throw (DOMException)
219 void NodeImpl::setNodeValue(DOMString* nodeValue) throw (DOMException)
  /packages/apps/IM/src/com/android/im/engine/
AddressParcelHelper.java 49 throw new RuntimeException("Unknown Address type index: " + classIndex);
58 throw new RuntimeException(e);
62 throw new RuntimeException(e);
81 throw new RuntimeException("Unregistered Address type: " + address);
  /packages/apps/IM/src/com/android/im/imps/
ImpsAddress.java 66 throw new IllegalArgumentException();
91 throw new IllegalArgumentException();
96 throw new IllegalArgumentException("Invalid user");
101 throw new IllegalArgumentException("Invalid user");
105 throw new IllegalArgumentException("Invalid user");
110 throw new IllegalArgumentException("Invalid resource");
113 throw new IllegalArgumentException("Invalid domain");
209 throw new IllegalArgumentException();
221 throw new IllegalArgumentException();
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 175 throw new DOMException(DOMException.NOT_FOUND_ERR, "Child does not exist");
192 throw new DOMException(DOMException.NOT_FOUND_ERR, "Old child does not exist");
230 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
234 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
238 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
242 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
250 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
258 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
267 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNamedNodeMap.java 89 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
93 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
97 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
101 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 113 throw new IllegalArgumentException
133 throw new IllegalArgumentException("Char array buffer may not be null");
136 throw new IllegalArgumentException("Parser cursor may not be null");
151 throw new ParseException
165 throw new ParseException
174 throw new ParseException
182 throw new ParseException
196 throw new ParseException(
228 throw new IllegalArgumentException("Char array buffer may not be null");
231 throw new IllegalArgumentException("Parser cursor may not be null")
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractList.java 61 throw new NoSuchElementException();
64 throw new ConcurrentModificationException();
69 throw new IllegalStateException();
73 throw new ConcurrentModificationException();
79 throw new ConcurrentModificationException();
97 throw new IndexOutOfBoundsException();
106 throw new NoSuchElementException();
114 throw new ConcurrentModificationException();
134 throw new NoSuchElementException();
137 throw new ConcurrentModificationException()
    [all...]

Completed in 99 milliseconds

<<11121314151617181920>>