HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 101 - 125 of 1783) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEvents.java 79 throw new NullPointerException(
ContentEncoding.java 131 throw new NullPointerException(
Organization.java 87 throw new NullPointerException(
ProxyRequire.java 89 throw new NullPointerException("JAIN-SIP Exception, ProxyRequire, setOptionTag(), the optionTag parameter is null");
Require.java 87 throw new NullPointerException(
Subject.java 86 throw new NullPointerException(
Unsupported.java 89 throw new NullPointerException(
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURIHeader.java 74 * @throws NullPointerException when supplied URI is null
76 public void setAssociatedURI(URI associatedURI) throws NullPointerException;
  /external/nist-sip/java/javax/sip/message/
Message.java 16 void addFirst(Header header) throws SipException, NullPointerException;
18 void addLast(Header header) throws SipException, NullPointerException;
23 void removeFirst(String headerName) throws NullPointerException;
24 void removeLast(String headerName) throws NullPointerException;
  /libcore/luni/src/main/java/java/security/
KeyRep.java 60 * @throws NullPointerException
70 throw new NullPointerException("type == null");
73 throw new NullPointerException("algorithm == null");
76 throw new NullPointerException("format == null");
79 throw new NullPointerException("encoded == null");
  /libcore/luni/src/main/java/java/security/spec/
ECFieldFp.java 43 throw new NullPointerException("p == null");
  /libcore/luni/src/main/java/java/util/
FormatFlagsConversionMismatchException.java 47 throw new NullPointerException("f == null");
IllegalFormatConversionException.java 49 throw new NullPointerException("arg == null");
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorCompletionService.java 115 * @throws NullPointerException if executor is {@code null}
119 throw new NullPointerException();
137 * @throws NullPointerException if executor or completionQueue are {@code null}
142 throw new NullPointerException();
150 if (task == null) throw new NullPointerException();
157 if (task == null) throw new NullPointerException();
  /libcore/luni/src/main/java/javax/crypto/spec/
PBEParameterSpec.java 43 * @throws NullPointerException
48 throw new NullPointerException("salt == null");
  /libcore/luni/src/main/java/org/apache/harmony/security/
SystemScope.java 82 throw new NullPointerException("name == null");
102 throw new NullPointerException("identity == null");
129 throw new NullPointerException("identity == null");
134 throw new NullPointerException("name == null");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateKeyStoreSpi.java 37 throw new NullPointerException("alias == null");
44 throw new NullPointerException("alias == null");
68 throw new NullPointerException("alias == null");
91 throw new NullPointerException("alias == null");
  /libcore/luni/src/test/java/libcore/java/net/
OldPasswordAuthenticationTest.java 30 fail("NullPointerException was not thrown.");
31 } catch (NullPointerException npe) {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
FactoryConfigurationErrorTest.java 82 NullPointerException npe = new NullPointerException();
94 assertEquals(new NullPointerException().toString(),
96 new NullPointerException()).getMessage());
  /libcore/luni/src/test/java/tests/security/spec/
RSAOtherPrimeInfoTest.java 51 * Assertion: NullPointerException if prime is null
59 } catch (NullPointerException e) {
65 * Assertion: NullPointerException if primeExponent is null
73 } catch (NullPointerException e) {
79 * Assertion: NullPointerException if crtCoefficient is null
87 } catch (NullPointerException e) {
93 * Assertion: NullPointerException if prime and crtCoefficient is null
101 } catch (NullPointerException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
AnalogClockTest.java 54 fail("There should be a NullPointerException thrown out.");
55 } catch (NullPointerException e) {
61 fail("There should be a NullPointerException thrown out.");
62 } catch (NullPointerException e) {
68 fail("There should be a NullPointerException thrown out.");
69 } catch (NullPointerException e) {
FrameLayout_LayoutParamsTest.java 55 fail("did not throw NullPointerException when context and attrs are null.");
56 } catch (NullPointerException e) {
65 fail("did not throw NullPointerException when ViewGroup.LayoutParams is null.");
66 } catch (NullPointerException e) {
72 fail("did not throw NullPointerException when ViewGroup.MarginLayoutParams is null.");
73 } catch (NullPointerException e) {
RadioButtonTest.java 46 fail("The constructor should throw NullPointerException when param Context is null.");
47 } catch (NullPointerException e) {
53 fail("The constructor should throw NullPointerException when param Context is null.");
54 } catch (NullPointerException e) {
61 fail("The constructor should throw NullPointerException when param Context is null.");
62 } catch (NullPointerException e) {
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdMember.java 51 throw new NullPointerException("definingClass == null");
55 throw new NullPointerException("nat == null");
59 throw new NullPointerException("attributes == null");
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java 51 throw new NullPointerException("definingClass == null");
55 throw new NullPointerException("nat == null");
59 throw new NullPointerException("attributes == null");

Completed in 685 milliseconds

1 2 3 45 6 7 8 91011>>