HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 1126 - 1150 of 10592) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/test/java/tests/security/spec/
ECFieldFpTest.java 63 * Assertion: IllegalArgumentException if <code>p</code> is not positive
70 } catch (IllegalArgumentException e) {
77 * Assertion: IllegalArgumentException if <code>p</code> is not positive
84 } catch (IllegalArgumentException e) {
  /libcore/ojluni/src/main/java/javax/crypto/spec/
RC2ParameterSpec.java 70 * @exception IllegalArgumentException if <code>iv</code> is null.
91 * @exception IllegalArgumentException if <code>iv</code> is null.
95 if (iv == null) throw new IllegalArgumentException("IV missing");
98 throw new IllegalArgumentException("IV too short");
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSessionContext.java 93 * @exception IllegalArgumentException if the timeout specified is {@code < 0}.
97 throws IllegalArgumentException;
125 * @exception IllegalArgumentException if the specified size is {@code < 0}.
129 throws IllegalArgumentException;
  /libcore/ojluni/src/main/java/jdk/net/
SocketFlow.java 116 * @throws IllegalArgumentException if priority is not NORMAL_PRIORITY or
121 throw new IllegalArgumentException("invalid priority");
131 * @throws IllegalArgumentException if bandwidth is less than zero.
135 throw new IllegalArgumentException("invalid bandwidth");
  /libcore/ojluni/src/main/java/sun/security/x509/
DistributionPointName.java 99 * @exception IllegalArgumentException if <code>fullName</code> is null.
104 throw new IllegalArgumentException("fullName must not be null");
114 * @exception IllegalArgumentException if <code>relativeName</code> is null.
119 throw new IllegalArgumentException("relativeName must not be null");
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
SSLContextSpiImpl.java 65 throw new IllegalArgumentException("Illegal port");
  /packages/apps/Contacts/src/com/android/contacts/util/
DialogManager.java 58 if (activity == null) throw new IllegalArgumentException("activity must not be null");
71 throw new IllegalArgumentException("Bundle already contains a " + VIEW_ID_KEY);
74 throw new IllegalArgumentException("View does not have a proper ViewId");
94 throw new IllegalArgumentException("Bundle does not contain a ViewId");
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
TermsDocument.java 39 } catch (IllegalArgumentException e) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
SystemProperties.java 44 } catch (final IllegalArgumentException e) {
  /packages/apps/Settings/src/com/android/settings/datausage/
TemplatePreferenceCategory.java 42 throw new IllegalArgumentException(
  /packages/apps/Settings/src/com/android/settings/slices/
SliceBroadcastReceiver.java 129 throw new IllegalArgumentException(
134 throw new IllegalArgumentException("Invalid position passed to Slider controller");
140 throw new IllegalArgumentException("Slider action passed for a non-slider key: " + key);
152 throw new IllegalArgumentException(
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiObject2Utils.java 51 throw new IllegalArgumentException(direction.toString());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
AdvancedOptionsFlowUtil.java 113 } catch (IllegalArgumentException | ClassCastException e) {
133 } catch (IllegalArgumentException | ClassCastException e) {
143 } catch (IllegalArgumentException | ClassCastException e) {
153 } catch (IllegalArgumentException | ClassCastException e) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 81 throw new IllegalArgumentException("Empty action in intent: " + intent);
88 throw new IllegalArgumentException(
97 throw new IllegalArgumentException(
106 throw new IllegalArgumentException("No volume ID specified for unmount: "
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CompatUtils.java 86 } catch (final InstantiationException | IllegalAccessException | IllegalArgumentException
100 } catch (final IllegalAccessException | IllegalArgumentException
114 } catch (final IllegalAccessException | IllegalArgumentException e) {
126 } catch (final IllegalAccessException | IllegalArgumentException e) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
HttpUrlConnectionBuilderTests.java 56 fail("Expected an IllegalArgumentException.");
57 } catch (IllegalArgumentException e) {
74 fail("Expected an IllegalArgumentException.");
75 } catch (IllegalArgumentException e) {
  /packages/services/BuiltInPrintService/src/com/android/bips/util/
PriorityLock.java 53 throw new IllegalArgumentException("not locked");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
ChangeViewContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
ExtractIncludeContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
ExtractStyleContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
UnwrapContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
WrapInContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringContribution.java 41 throws IllegalArgumentException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TypedVariable.java 19 } catch (IllegalArgumentException e) {

Completed in 2100 milliseconds

<<41424344454647484950>>