HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 526 - 550 of 1588) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatFlagsConversionMismatchExceptionTest.java 36 fail("should throw NullPointerException.");
37 } catch (NullPointerException e) {
IllegalFormatConversionExceptionTest.java 37 } catch (NullPointerException e) {
IllegalFormatFlagsExceptionTest.java 35 fail("should throw NullPointerException");
36 } catch (NullPointerException e) {
MissingFormatArgumentExceptionTest.java 37 } catch (NullPointerException e) {
MissingFormatWidthExceptionTest.java 35 } catch (NullPointerException e) {
UnknownFormatConversionExceptionTest.java 33 // RI 5.0 will not throw NullPointerException, it is the bug according
38 } catch (NullPointerException e) {
UnknownFormatFlagsExceptionTest.java 37 } catch (NullPointerException e) {
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java 80 } catch (NullPointerException e) {
WrappedDoubleBufferTest.java 79 } catch (NullPointerException e) {
WrappedFloatBufferTest.java 79 } catch (NullPointerException e) {
WrappedIntBufferTest.java 79 } catch (NullPointerException e) {
WrappedLongBufferTest.java 79 } catch (NullPointerException e) {
WrappedShortBufferTest.java 79 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 92 * throws NullPointerException must be thrown is null
100 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
101 } catch (NullPointerException e) {
187 * throws NullPointerException must be thrown is null
198 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
199 } catch (NullPointerException e) {
259 * throws NullPointerException must be thrown is null
269 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
270 } catch (NullPointerException e) {
372 fail("NullPointerException must be thrown")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 129 * throws NullPointerException when algorithm is null
136 fail("No expected NullPointerException");
137 } catch (NullPointerException e) {
213 * throws NullPointerException when algorithm is null
224 fail("No expected NullPointerException");
225 } catch (NullPointerException e) {
277 * throws NullPointerException when algorithm is null
288 fail("No expected NullPointerException");
289 } catch (NullPointerException e) {
365 fail("NullPointerException must be thrown ")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathTest.java 110 } catch (NullPointerException e) {
CertificateTest.java 101 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
AccessControlContextTest.java 79 } catch (NullPointerException e) {
80 fail("should not throw NullPointerException");
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECParameterSpec_ImplTest.java 65 * Assertion: throws <code>NullPointerException</code> if
68 * Expected: must throw <code>NullPointerException</code>
83 } catch (NullPointerException ok) {
91 } catch (NullPointerException ok) {
99 } catch (NullPointerException ok) {
107 } catch (NullPointerException ok) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 164 fail("NullPointerException expected");
165 } catch (NullPointerException e) {
216 fail("NullPointerException expected");
217 } catch (NullPointerException e) {
278 + "should throw NullPointerException");
279 } catch (NullPointerException e) {}
290 + "should throw NullPointerException");
291 } catch (NullPointerException e) {}
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 115 catch(NullPointerException e)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 72 throw new NullPointerException("string cannot be null");
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatch.java 76 throw new NullPointerException();
  /external/nist-sip/java/gov/nist/javax/sip/header/
CSeq.java 158 throw new NullPointerException(
CallInfo.java 102 throw new NullPointerException("null arg");

Completed in 1406 milliseconds

<<21222324252627282930>>