HomeSort by relevance Sort by last modified time
    Searched defs:IllegalStateException (Results 26 - 50 of 84) sorted by null

12 3 4

  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 498 throw new IllegalStateException();
ArrayBlockingQueue.java 246 * {@code IllegalStateException} if this queue is full.
250 * @throws IllegalStateException if this queue is full
759 throw new IllegalStateException();
ConcurrentLinkedQueue.java 244 * {@link IllegalStateException} or return {@code false}.
696 if (l == null) throw new IllegalStateException();
LinkedBlockingDeque.java 172 throw new IllegalStateException("Deque full");
289 * @throws IllegalStateException {@inheritDoc}
294 throw new IllegalStateException("Deque full");
298 * @throws IllegalStateException {@inheritDoc}
303 throw new IllegalStateException("Deque full");
597 * @throws IllegalStateException if the element cannot be added at this
733 * @throws IllegalStateException {@inheritDoc}
824 // * @throws IllegalStateException {@inheritDoc}
    [all...]
LinkedBlockingQueue.java 255 throw new IllegalStateException("Queue full");
812 throw new IllegalStateException();
PriorityBlockingQueue.java 891 throw new IllegalStateException();
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 395 * @throws IllegalStateException
400 throw new IllegalStateException("Cipher has not yet been initialized");
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 489 * @exception IllegalStateException when attempting to set this
495 throw new IllegalStateException ();
606 throw new IllegalStateException ("can't declare any more prefixes in this context");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 148 public boolean setTask(ProxyTask task) throws IllegalStateException {
150 throw new IllegalStateException();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 219 throw new IllegalStateException();
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
Builder.java 87 throw new IllegalStateException();
91 throw new IllegalStateException();
105 throw new IllegalStateException();
123 throw new IllegalStateException();
135 throw new IllegalStateException();
144 throw new IllegalStateException();
159 throw new IllegalStateException();
164 throw new IllegalStateException();
175 throw new IllegalStateException();
  /packages/apps/Email/src/com/android/email/activity/
MailboxFinder.java 96 throw new IllegalStateException(); // Can't start twice.
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 233 throw new IllegalStateException();
240 throw new IllegalStateException();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 242 throw new IllegalStateException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractQueueTest.java 58 throw new IllegalStateException();
130 fail("should throw IllegalStateException");
131 } catch (IllegalStateException e) {
187 fail("should throw IllegalStateException");
188 } catch (IllegalStateException e) {
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 126 throw new IllegalStateException("Sorry, deque too big");
612 throw new IllegalStateException();
648 throw new IllegalStateException();
ArrayList.java 585 throw new IllegalStateException();
LinkedList.java 164 throw new IllegalStateException();
176 throw new IllegalStateException();
235 throw new IllegalStateException();
Scanner.java 287 * an {@code IllegalStateException}.
326 * @throws IllegalStateException
417 * @throws IllegalStateException
452 * @throws IllegalStateException
526 * @throws IllegalStateException
542 * @throws IllegalStateException
558 * @throws IllegalStateException
594 * @throws IllegalStateException
607 * @throws IllegalStateException
632 * @throws IllegalStateException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
TwoKeyHashMap.java 440 throw new IllegalStateException();
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java 60 throw new IllegalStateException();
132 fail("should throw IllegalStateException");
133 } catch (IllegalStateException e) {
189 fail("should throw IllegalStateException");
190 } catch (IllegalStateException e) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 395 throw new IllegalStateException();
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 373 throw new IllegalStateException();
  /frameworks/base/location/java/android/location/
Address.java 298 * @throws IllegalStateException if this Address has not been assigned
305 throw new IllegalStateException();
335 * @throws IllegalStateException if this Address has not been assigned
342 throw new IllegalStateException();
365 * @throws IllegalStateException if this Address has not been assigned
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 124 throw new IllegalStateException();

Completed in 482 milliseconds

12 3 4