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

<<81828384858687888990>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 72 throw new IllegalArgumentException("initialisation vector must be the same length as block size");
164 throw new DataLengthException("input buffer too short");
207 throw new DataLengthException("input buffer too short");
GOFBBlockCipher.java 42 throw new IllegalArgumentException("GTCR only for 64 bit block ciphers");
155 throw new DataLengthException("input buffer too short");
160 throw new DataLengthException("output buffer too short");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
LocalizedMessage.java 36 throw new NullPointerException();
56 throw new NullPointerException();
92 throw new MissingEntryException("Can't find entry " + entry + " in resource file " + resource + ".",
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
PermissionsTest.java 167 fail("should throw NoSuchElementException");
171 fail("should throw NPE");
177 fail("should throw NullPointerException");
  /dalvik/libcore/security/src/test/java/tests/security/
AccessControllerTest.java 118 notes = "Verifies that checkPermission does not throw a SecurityException " +
150 notes = "Verifies that checkPermission does not throw a SecurityException " +
159 notes = "Verifies that checkPermission does not throw a SecurityException " +
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCResultSetMetaData.java 94 throw new SQLException("bad column index");
119 throw new SQLException("bad column index");
210 throw new SQLException("column " + columnName + " not found");
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclImpl.java 52 throw new NotOwnerException();
65 if(!isOwner(principal)) throw new NotOwnerException();
79 throw new NotOwnerException();
  /dalvik/libcore/support/src/test/java/tests/util/
TestEnvironment.java 79 throw new AssertionError("Tests require the '" + name + "' system property");
167 throw new RuntimeException("Failed to make directory " + path);
182 throw new RuntimeException(e);
  /dalvik/libcore/text/src/main/java/java/text/
AttributedString.java 76 throw new IllegalArgumentException();
110 throw new AssertionError(e); // android-changed
372 throw new IllegalArgumentException();
393 throw new IllegalArgumentException(Messages.getString("text.0A")); //$NON-NLS-1$
429 throw new IllegalArgumentException();
531 throw new NullPointerException();
554 throw new NullPointerException();
558 throw new IllegalArgumentException(Messages.getString("text.0B")); //$NON-NLS-1$
589 throw new NullPointerException();
592 throw new IllegalArgumentException()
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 117 // throw new TransformerException(se);
203 throw new TransformerException(
209 throw new TransformerException(se);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
IntStack.java 127 throw new EmptyStackException();
145 throw new EmptyStackException();
163 throw new EmptyStackException();
ObjectStack.java 130 throw new EmptyStackException();
148 throw new EmptyStackException();
166 throw new EmptyStackException();
XMLReaderManager.java 117 throw pce; // pass along pce
128 throw new SAXException(ex);
130 throw new SAXException(ex1.toString());
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XStringForChars.java 55 throw new IllegalArgumentException(
68 throw new IllegalArgumentException(
79 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS, null)); //"fsb() not supported for XStringForChars!");
  /dalvik/libcore-disabled/sound/src/test/java/android/core/
SoundTest.java 64 // throw new RuntimeException(ex);
103 throw new RuntimeException(ex);
138 throw new RuntimeException(ex);
  /dalvik/vm/
Exception.h 28 * Throw an exception in the current thread, by class descriptor.
58 * Throw an exception in the current thread, by class object.
69 * Throw the named exception using the name of a class as the exception
  /external/apache-http/src/org/apache/http/entity/
BasicHttpEntity.java 81 throw new IllegalStateException("Content has not been provided");
84 throw new IllegalStateException("Content has been consumed");
124 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 68 throw new IllegalArgumentException
89 throw new IllegalArgumentException("HTTP version may not be null");
102 throw new IllegalArgumentException("Status line may not be null");
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMScheme.java 64 throw new IllegalArgumentException("NTLM engine may not be null");
113 throw new InvalidCredentialsException(
132 throw new AuthenticationException("Unexpected state: " + this.state);
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 85 throw new MalformedChallengeException("Header value is null");
117 throw new IllegalStateException("AuthScheme registry not set in HTTP context");
158 throw new AuthenticationException(
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultHttpRoutePlanner.java 70 throw new IllegalArgumentException
84 throw new IllegalStateException
98 throw new IllegalStateException
DefaultResponseParser.java 63 throw new IllegalArgumentException
85 throw new NoHttpResponseException("The target server failed to respond");
93 throw new ProtocolException("The server failed to respond with a " +
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java 68 throw new IllegalArgumentException("Attribute name may not be null");
71 throw new IllegalArgumentException("Attribute handler may not be null");
99 throw new IllegalStateException("Handler not registered for " +
  /external/apache-http/src/org/apache/http/impl/entity/
EntityDeserializer.java 67 throw new IllegalArgumentException("Content length strategy may not be null");
107 throw new IllegalArgumentException("Session input buffer may not be null");
110 throw new IllegalArgumentException("HTTP message may not be null");
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionOutputBuffer.java 68 throw new IllegalArgumentException("Input stream may not be null");
71 throw new IllegalArgumentException("Buffer size may not be negative or zero");
74 throw new IllegalArgumentException("HTTP parameters may not be null");

Completed in 740 milliseconds

<<81828384858687888990>>