OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
2426 - 2450
of
5185
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForType.java
64
throw
new TypeNotPresentException(rawTypeName, e);
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
Platform.java
54
throw
new SecurityException();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
AbstractSetTest.java
111
throw
new UnsupportedOperationException();
HashMapTest.java
39
throw
new UnsupportedOperationException();
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
EOFExceptionTest.java
63
throw
new EOFException("Something went wrong.");
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java
66
assertTrue("Should not
throw
NullPointerException", !exception);
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
UnknownServiceExceptionTest.java
66
throw
new UnknownServiceException("HelloWorld");
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java
68
throw
new IllegalArgumentException("Type is not annotation: "
309
throw
new IllegalArgumentException(method.toString());
313
throw
new IncompleteAnnotationException(klazz, name);
320
throw
new IllegalArgumentException(
/dalvik/libcore/nio/src/main/java/java/nio/
Buffer.java
130
throw
new IllegalArgumentException();
223
throw
new IllegalArgumentException();
271
throw
new IllegalArgumentException();
300
throw
new InvalidMarkException();
FloatBuffer.java
47
throw
new IllegalArgumentException();
88
throw
new NullPointerException();
91
throw
new IndexOutOfBoundsException();
324
throw
new IndexOutOfBoundsException();
328
throw
new BufferUnderflowException();
476
throw
new IndexOutOfBoundsException();
480
throw
new BufferOverflowException();
506
throw
new IllegalArgumentException();
509
throw
new BufferOverflowException();
IntBuffer.java
45
throw
new IllegalArgumentException();
84
throw
new NullPointerException();
87
throw
new IndexOutOfBoundsException();
313
throw
new IndexOutOfBoundsException();
316
throw
new BufferUnderflowException();
463
throw
new IndexOutOfBoundsException();
467
throw
new BufferOverflowException();
493
throw
new IllegalArgumentException();
496
throw
new BufferOverflowException();
LongBuffer.java
47
throw
new IllegalArgumentException();
86
throw
new NullPointerException();
89
throw
new IndexOutOfBoundsException();
315
throw
new IndexOutOfBoundsException();
319
throw
new BufferUnderflowException();
468
throw
new IndexOutOfBoundsException();
472
throw
new BufferOverflowException();
498
throw
new IllegalArgumentException();
501
throw
new BufferOverflowException();
ShortBuffer.java
47
throw
new IllegalArgumentException();
86
throw
new NullPointerException();
89
throw
new IndexOutOfBoundsException();
314
throw
new IndexOutOfBoundsException();
317
throw
new BufferUnderflowException();
465
throw
new IndexOutOfBoundsException();
469
throw
new BufferOverflowException();
495
throw
new IllegalArgumentException();
498
throw
new BufferOverflowException();
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/
FileChannelFactory.java
52
throw
new RuntimeException(Messages.getString("nio.09", mode)); //$NON-NLS-1$
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
FileLockImpl.java
69
throw
new ClosedChannelException();
LockManager.java
67
throw
new OverlappingFileLockException();
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectionKeyTest.java
71
fail("should
throw
NullPointerException");
/dalvik/libcore/security/src/main/java/java/security/
KeyPairGeneratorSpi.java
69
throw
new UnsupportedOperationException(Messages.getString("security.2E")); //$NON-NLS-1$
PrivilegedActionException.java
24
* Privileged actions which can
throw
exceptions are of type {@code
/dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathBuilderResult.java
56
throw
new NullPointerException(Messages.getString("security.55")); //$NON-NLS-1$
/dalvik/libcore/security/src/main/java/java/security/spec/
MGF1ParameterSpec.java
73
throw
new NullPointerException(Messages.getString("security.80")); //$NON-NLS-1$
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java
234
throw
new IllegalArgumentException(Messages.getString("security.10E", //$NON-NLS-1$
247
throw
new IllegalArgumentException(Messages.getString("security.10F", //$NON-NLS-1$
288
throw
new IllegalArgumentException(Messages.getString("security.10F", //$NON-NLS-1$
315
throw
new ASN1Exception(Messages.getString("security.110", //$NON-NLS-1$
ASN1Explicit.java
77
throw
new ASN1Exception(
ASN1OpenType.java
52
throw
new RuntimeException("");//FIXME message & type //$NON-NLS-1$
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java
133
throw
new InvalidParameterException("Unknown PKIFailureInfo value");
Completed in 524 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>