OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
1301 - 1325
of
5185
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/dalvik/libcore/luni/src/main/java/java/lang/
EmptyEnumeration.java
53
throw
new NoSuchElementException();
UnknownError.java
21
* Thrown when the virtual machine must
throw
an error which does not match any
Void.java
44
throw
new RuntimeException(e);
/dalvik/libcore/luni/src/main/java/java/util/
MiniEnumSet.java
71
throw
new NoSuchElementException();
85
throw
new IllegalStateException();
112
throw
new ClassCastException();
133
throw
new ClassCastException();
MissingFormatWidthException.java
39
throw
new NullPointerException();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
TimezoneGetter.java
44
throw
new UnsupportedOperationException("TimezoneGetter instance already set");
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MockSecurityManager.java
40
throw
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
SyncFailedExceptionTest.java
40
throw
new SyncFailedException("Something went wrong.");
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
CookieHandlerTest.java
99
fail("should
throw
SecurityException");
127
fail("should
throw
SecurityException");
218
throw
new SecurityException();
224
throw
new SecurityException();
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
SampleBundleClass.java
33
throw
new RuntimeException();
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
ServerSocketChannelImpl.java
113
throw
new ClosedChannelException();
116
throw
new NotYetBoundException();
228
throw
new IllegalBlockingModeException();
232
throw
new IllegalBlockingModeException();
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
HeapByteBufferTest.java
48
fail("Should
throw
Exception"); //$NON-NLS-1$
HeapCharBufferTest.java
43
fail("Should
throw
Exception"); //$NON-NLS-1$
HeapDoubleBufferTest.java
43
fail("Should
throw
Exception"); //$NON-NLS-1$
HeapFloatBufferTest.java
43
fail("Should
throw
Exception"); //$NON-NLS-1$
HeapIntBufferTest.java
43
fail("Should
throw
Exception"); //$NON-NLS-1$
HeapLongBufferTest.java
43
fail("Should
throw
Exception"); //$NON-NLS-1$
HeapShortBufferTest.java
43
fail("Should
throw
Exception"); //$NON-NLS-1$
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java
122
fail("should
throw
SecurityException");
144
// should not
throw
SecurityException since it has been initialized
163
throw
new SecurityException();
171
throw
new SecurityException();
/dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java
61
fail("Assert 0: Should
throw
IllegalArgumentException."); //$NON-NLS-1$
70
fail("Assert 1: Should
throw
IllegalArgumentException."); //$NON-NLS-1$
143
fail("should
throw
CoderMalfunctionError");// NON-NLS-1$
181
throw
new BufferOverflowException();
/dalvik/libcore/security/src/main/java/java/security/
MessageDigestSpi.java
126
throw
new DigestException(Messages.getString("security.1B")); //$NON-NLS-1$
130
throw
new DigestException(Messages.getString("security.1C")); //$NON-NLS-1$
134
throw
new DigestException(Messages.getString("security.1D")); //$NON-NLS-1$
138
throw
new DigestException(Messages.getString("security.1B")); //$NON-NLS-1$
/dalvik/libcore/security/src/main/java/java/security/cert/
CertificateFactorySpi.java
106
throw
new UnsupportedOperationException(
127
throw
new UnsupportedOperationException(
146
throw
new UnsupportedOperationException(
158
throw
new UnsupportedOperationException(
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
SecurityUtils.java
76
throw
new NullPointerException(Messages.getString("security.140")); //$NON-NLS-1$
80
throw
new SecurityException(Messages.getString("security.141")); //$NON-NLS-1$
85
throw
new Error(Messages.getString("security.142")); //$NON-NLS-1$
106
throw
new SecurityException("You ["+cl+"] do not have access to this resource.");
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Set.java
37
throw
new IllegalArgumentException("unknown object in getInstance");
64
throw
new IllegalArgumentException("object implicit - explicit expected.");
110
throw
new IllegalArgumentException(
261
//
throw
new IllegalArgumentException("cannot encode object added to SET");
DERGeneralString.java
25
throw
new IllegalArgumentException("illegal object in getInstance: "
Completed in 708 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>