HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 251 - 275 of 3537) sorted by null

<<11121314151617181920>>

  /external/hamcrest/src/org/hamcrest/internal/
ArrayIterator.java 12 throw new IllegalArgumentException("not an array");
  /external/junit/src/junit/extensions/
RepeatedTest.java 16 throw new IllegalArgumentException("Repetition count must be >= 0");
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 76 * @throws IllegalArgumentException if cid is null or is not a token,
79 public CallIdentifier(String cid) throws IllegalArgumentException {
157 * @throws IllegalArgumentException if cid is null or is not a token or
160 public void setCallID(String cid) throws IllegalArgumentException {
162 throw new IllegalArgumentException("NULL!");
171 throw new IllegalArgumentException("CallID must be token@token or token");
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 105 class IllegalArgumentException : public Exception {
107 IllegalArgumentException() throw() : Exception("Illegal argument") {}
108 explicit IllegalArgumentException(const char* message) throw()
110 virtual ~IllegalArgumentException() throw() {}
  /external/smack/src/org/jivesoftware/smack/filter/
FromContainsFilter.java 41 throw new IllegalArgumentException("Parameter cannot be null.");
PacketTypeFilter.java 49 throw new IllegalArgumentException("Packet type must be a sub-class of Packet.");
ThreadFilter.java 42 throw new IllegalArgumentException("Thread cannot be null.");
ToContainsFilter.java 42 throw new IllegalArgumentException("Parameter cannot be null.");
  /external/smack/src/org/jivesoftware/smackx/
Form.java 130 * @throws IllegalArgumentException if the form does not include the specified variable or
136 throw new IllegalArgumentException("Field not found for the specified variable name.");
143 throw new IllegalArgumentException("This field is not of type String.");
156 * @throws IllegalArgumentException if the form does not include the specified variable or
162 throw new IllegalArgumentException("Field not found for the specified variable name.");
167 throw new IllegalArgumentException("This field is not of type int.");
180 * @throws IllegalArgumentException if the form does not include the specified variable or
186 throw new IllegalArgumentException("Field not found for the specified variable name.");
191 throw new IllegalArgumentException("This field is not of type long.");
204 * @throws IllegalArgumentException if the form does not include the specified variable o
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
Data.java 36 throw new IllegalArgumentException("Data must not be null");
  /external/smack/src/org/jivesoftware/smackx/muc/
PacketMultiplexListener.java 63 throw new IllegalArgumentException("MessageCollector is null");
66 throw new IllegalArgumentException("Presence listener is null");
69 throw new IllegalArgumentException("Subject listener is null");
72 throw new IllegalArgumentException("Declines listener is null");
  /external/smack/src/org/jivesoftware/smackx/pubsub/
RetractItem.java 36 throw new IllegalArgumentException("itemId must not be 'null'");
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCustomFunction.java 40 throw new IllegalArgumentException("name must not be null.");
  /frameworks/base/core/java/android/view/
InputChannel.java 88 throw new IllegalArgumentException("name must not be null");
123 throw new IllegalArgumentException("outParameter must not be null");
145 throw new IllegalArgumentException("in must not be null");
154 throw new IllegalArgumentException("out must not be null");
SoundEffectConstants.java 54 throw new IllegalArgumentException("direction must be one of "
  /frameworks/base/media/java/android/media/
FaceDetector.java 23 import java.lang.IllegalArgumentException;
85 throw new IllegalArgumentException();
134 * @throws IllegalArgumentException if the Bitmap dimensions don't match
145 throw new IllegalArgumentException(
149 throw new IllegalArgumentException(
MediaCodecList.java 35 throw new IllegalArgumentException();
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Looper_Accessor.java 34 } catch (IllegalArgumentException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
HeapCharBufferTest.java 40 } catch (IllegalArgumentException e) {
HeapDoubleBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapFloatBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapIntBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapLongBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapShortBufferTest.java 38 } catch (IllegalArgumentException e) {
  /libcore/luni/src/main/java/java/security/spec/
ECFieldFp.java 36 * @throws IllegalArgumentException
46 throw new IllegalArgumentException("p <= 0");

Completed in 1338 milliseconds

<<11121314151617181920>>