OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
226 - 250
of
5185
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/anttasks/src/com/android/ant/
XPathTask.java
64
throw
new BuildException("input attribute is missing!");
68
throw
new BuildException("output attribute is missing!");
72
throw
new BuildException("expression attribute is missing!");
85
throw
new BuildException(e);
87
throw
new BuildException(e);
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java
133
throw
ex;
137
throw
new TransformerConfigurationException(ex);
148
throw
new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCESSFROMNODE_FAILED, null), se);
155
throw
tce;
160
throw
new TransformerConfigurationException(tce.getMessage(), tce);
172
throw
ex;
176
throw
new TransformerConfigurationException(ex);
186
throw
new TransformerConfigurationException(XSLMessages.createMessage(XSLTErrorResources.ER_PROCESSFROMNODE_FAILED, null), e); //"processFromNode failed",
279
// is found, then
throw
a special exception in order to terminate
324
throw
new org.xml.sax.SAXException(ex)
[
all
...]
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
MidiSystem.java
70
* this method must to
throw
out MidiUnavailableException if requested device
90
* if we can't find device with requested info, we
throw
out IllegalArgumentException
92
throw
new IllegalArgumentException("Requested device not installed: " + info.getName());
125
* I don't understand what type of exception we should
throw
out if we haven't
129
throw
new Error("There is no MidiFileReaderProviders on your system!!!");
147
* I don't understand what type of exception we should
throw
out if we haven't
151
throw
new Error("There is no MidiFileReaderProviders on your system!!!");
169
* I don't understand what type of exception we should
throw
out if we haven't
173
throw
new Error("There is no MidiFileReaderProviders on your system!!!");
190
* I don't understand what type of exception we should
throw
out if we haven'
[
all
...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java
99
throw
new InvalidParameterSpecException("unknown parameter spec passed to IV parameters object.");
108
throw
new InvalidParameterSpecException("IvParameterSpec required to initialise a IV parameters algorithm parameters object");
157
throw
new IOException("Exception decoding: " + e);
163
throw
new IOException("Unknown parameters format in IV parameters object");
217
//
throw
new InvalidParameterSpecException("unknown parameter spec passed to IV parameters object.");
226
//
throw
new InvalidParameterSpecException("IvParameterSpec required to initialise a IV parameters algorithm parameters object");
260
//
throw
new IOException("Unknown parameters format in IV parameters object");
368
//
throw
new InvalidParameterSpecException("unknown parameter spec passed to RC2 parameters object.");
398
//
throw
new InvalidParameterSpecException("IvParameterSpec or RC2ParameterSpec required to initialise a RC2 parameters algorithm parameters object");
436
//
throw
new IOException("Unknown parameters format in IV parameters object")
[
all
...]
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
AbstractExecutorService.java
31
if (task == null)
throw
new NullPointerException();
42
if (task == null)
throw
new NullPointerException();
53
if (task == null)
throw
new NullPointerException();
66
throw
new NullPointerException();
69
throw
new IllegalArgumentException();
82
// result, we can
throw
the last exception we got.
105
throw
new TimeoutException();
118
throw
ie;
129
throw
ee;
156
throw
new NullPointerException()
[
all
...]
/dalvik/libcore/nio/src/main/java/java/nio/
HeapByteBuffer.java
54
throw
new IndexOutOfBoundsException();
69
throw
new IndexOutOfBoundsException();
72
throw
new BufferUnderflowException();
82
throw
new BufferUnderflowException();
90
throw
new IndexOutOfBoundsException();
119
throw
new BufferUnderflowException();
129
throw
new IndexOutOfBoundsException();
138
throw
new BufferUnderflowException();
148
throw
new IndexOutOfBoundsException();
157
throw
new BufferUnderflowException()
[
all
...]
ReadWriteHeapByteBuffer.java
97
throw
new BufferOverflowException();
106
throw
new IndexOutOfBoundsException();
122
throw
new IndexOutOfBoundsException();
125
throw
new BufferOverflowException();
128
throw
new ReadOnlyBufferException();
159
throw
new BufferOverflowException();
169
throw
new IndexOutOfBoundsException();
178
throw
new IndexOutOfBoundsException();
188
throw
new BufferOverflowException();
198
throw
new IndexOutOfBoundsException()
[
all
...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java
59
throw
new ASN1Exception(Messages.getString("security.105")); //$NON-NLS-1$
78
throw
new ASN1Exception(Messages.getString("security.106", tagOffset)); //$NON-NLS-1$
87
throw
new ASN1Exception(Messages.getString("security.107", contentOffset)); //$NON-NLS-1$
100
throw
new ASN1Exception(Messages.getString("security.108", contentOffset)); //$NON-NLS-1$
110
throw
new ASN1Exception(
148
throw
new ASN1Exception(Messages.getString("security.10A", tagOffset)); //$NON-NLS-1$
160
throw
new ASN1Exception(Messages.getString("security.10B", tagOffset)); //$NON-NLS-1$
165
throw
new ASN1Exception(Messages.getString("security.10C", tagOffset)); //$NON-NLS-1$
178
throw
new ASN1Exception(Messages.getString("security.10D", tagOffset)); //$NON-NLS-1$
186
//
throw
new ASN1Exception
[
all
...]
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignature.java
84
throw
new NoSuchAlgorithmException(algorithm);
93
throw
new NoSuchAlgorithmException("MD2withRSA");
121
throw
new UnsupportedOperationException();
134
throw
new UnsupportedOperationException();
150
throw
new InvalidKeyException(ex.toString());
159
throw
new InvalidKeyException(ex.toString());
162
throw
new InvalidKeyException("Need DSA or RSA public key");
168
throw
new RuntimeException(ex);
178
throw
new UnsupportedOperationException();
187
throw
new SignatureException("Need DSA or RSA public key")
[
all
...]
KeyManagerFactoryImpl.java
76
throw
new KeyStoreException(e);
78
throw
new KeyStoreException(e);
98
throw
new KeyStoreException(e);
100
throw
new KeyStoreException(e);
102
throw
new KeyStoreException(e);
117
throw
new InvalidAlgorithmParameterException(
128
throw
new IllegalStateException("KeyManagerFactory is not initialized");
/dalvik/tests/068-classloader/src/
FancyLoader.java
66
* If we don't find a match, we
throw
an exception.
92
throw
new ClassNotFoundException("getConstructor failed",
99
throw
new ClassNotFoundException("newInstance failed", ie);
101
throw
new ClassNotFoundException("newInstance failed", iae);
103
throw
new ClassNotFoundException("newInstance failed", ite);
117
throw
new ClassNotFoundException("getMethod failed", nsme);
123
throw
new ClassNotFoundException("loadClass failed", iae);
125
throw
new ClassNotFoundException("loadClass failed",
147
throw
new ClassNotFoundException("Not found: " + pathName);
156
throw
new ClassNotFoundException("Read error: " + pathName)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardTestsBase.java
52
throw
new UnsupportedOperationException("unimplemented mock method");
59
throw
new UnsupportedOperationException("unimplemented mock method");
65
throw
new UnsupportedOperationException("unimplemented mock method");
70
throw
new UnsupportedOperationException("unimplemented mock method");
75
throw
new UnsupportedOperationException("unimplemented mock method");
80
throw
new UnsupportedOperationException("unimplemented mock method");
85
throw
new UnsupportedOperationException("unimplemented mock method");
90
throw
new UnsupportedOperationException("unimplemented mock method");
96
throw
new UnsupportedOperationException("unimplemented mock method");
101
throw
new UnsupportedOperationException("unimplemented mock method")
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
ObservableTest.java
48
fail("registerObserver should
throw
a IllegalArgumentException here.");
56
fail("unregisterObserver should
throw
a IllegalStateException here.");
63
fail("unregisterObserver should
throw
a IllegalArgumentException here.");
73
fail("registerObserver should
throw
a IllegalStateException here.");
83
fail("unregisterObserver should
throw
a IllegalStateException here.");
106
fail("registerObserver should
throw
a IllegalStateException here.");
111
fail("registerObserver should
throw
a IllegalStateException here.");
/cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java
50
throw
new UnsupportedOperationException();
54
throw
new UnsupportedOperationException();
58
throw
new UnsupportedOperationException();
62
throw
new UnsupportedOperationException();
66
throw
new UnsupportedOperationException();
70
throw
new UnsupportedOperationException();
74
throw
new UnsupportedOperationException();
/dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java
60
throw
new IllegalArgumentException("maxStack < 0");
64
throw
new IllegalArgumentException("maxLocals < 0");
68
throw
new NullPointerException("code == null");
73
throw
new MutabilityException("catches.isMutable()");
77
throw
new NullPointerException("catches == null");
82
throw
new MutabilityException("attributes.isMutable()");
86
throw
new NullPointerException("attributes == null");
/dalvik/libcore/luni/src/main/java/java/util/
AbstractQueue.java
23
* that they
throw
exceptions to indicate some error instead of returning true
51
throw
new NullPointerException();
56
throw
new IllegalStateException();
79
throw
new NullPointerException();
82
throw
new IllegalArgumentException();
97
throw
new NoSuchElementException();
112
throw
new NoSuchElementException();
/dalvik/libcore/security/src/main/java/java/security/spec/
ECParameterSpec.java
59
//
throw
NullPointerException if curve, generator or order is null
61
throw
new NullPointerException(Messages.getString("security.83", "curve")); //$NON-NLS-1$ //$NON-NLS-2$
64
throw
new NullPointerException(Messages.getString("security.83", "generator")); //$NON-NLS-1$ //$NON-NLS-2$
67
throw
new NullPointerException(Messages.getString("security.83", "order")); //$NON-NLS-1$ //$NON-NLS-2$
69
//
throw
IllegalArgumentException if order or cofactor is not positive
71
throw
new
75
throw
new
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/
SystemScope.java
85
throw
new NullPointerException();
106
throw
new NullPointerException(Messages.getString("security.92")); //$NON-NLS-1$
111
throw
new KeyManagementException(Messages.getString("security.93", name)); //$NON-NLS-1$
116
throw
new KeyManagementException(Messages.getString("security.94", key)); //$NON-NLS-1$
133
throw
new NullPointerException(Messages.getString("security.92")); //$NON-NLS-1$
138
throw
new NullPointerException(Messages.getString("security.95")); //$NON-NLS-1$
152
throw
new KeyManagementException(Messages.getString("security.96")); //$NON-NLS-1$
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java
48
throw
new KeyManagementException(
56
throw
new RuntimeException("Not initialiazed");
63
throw
new RuntimeException("Not initialiazed");
70
throw
new RuntimeException("Not initialiazed");
77
throw
new RuntimeException("Not initialiazed");
87
throw
new RuntimeException("Not initialiazed");
94
throw
new RuntimeException("Not initialiazed");
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java
46
throw
new KeyManagementException(
54
throw
new RuntimeException("Not initialiazed");
61
throw
new RuntimeException("Not initialiazed");
68
throw
new RuntimeException("Not initialiazed");
75
throw
new RuntimeException("Not initialiazed");
85
throw
new RuntimeException("Not initialiazed");
92
throw
new RuntimeException("Not initialiazed");
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGImageReader.java
59
throw
new UnsupportedOperationException("not implemented yet");
65
throw
new UnsupportedOperationException("not implemented yet");
71
throw
new UnsupportedOperationException("not implemented yet");
77
throw
new UnsupportedOperationException("not implemented yet");
83
throw
new UnsupportedOperationException("not implemented yet");
89
throw
new UnsupportedOperationException("not implemented yet");
95
throw
new IllegalArgumentException("input stream == null");
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageReader.java
45
throw
new UnsupportedOperationException("not implemented yet");
50
throw
new UnsupportedOperationException("not implemented yet");
55
throw
new UnsupportedOperationException("not implemented yet");
60
throw
new UnsupportedOperationException("not implemented yet");
66
throw
new UnsupportedOperationException("not implemented yet");
72
throw
new UnsupportedOperationException("not implemented yet");
78
throw
new IllegalArgumentException("input stream == null");
/frameworks/base/core/java/android/app/
StatusBarManager.java
79
throw
new RuntimeException(ex);
91
throw
new RuntimeException(ex);
103
throw
new RuntimeException(ex);
115
throw
new RuntimeException(ex);
124
throw
new RuntimeException(ex);
133
throw
new RuntimeException(ex);
142
throw
new RuntimeException(ex);
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
60
throw
new IllegalStateException("calling hasNext() when the iterator is closed");
77
throw
new IllegalStateException("calling next() when the iterator is closed");
80
throw
new IllegalStateException("you may only call next() if hasNext() is true");
86
throw
new RuntimeException("caught a remote exception, this process will die soon", e);
91
throw
new UnsupportedOperationException("remove not supported by EntityIterators");
96
throw
new IllegalStateException("calling reset() when the iterator is closed");
107
throw
new IllegalStateException("closing when already closed");
SyncAdapterType.java
37
throw
new IllegalArgumentException("the authority must not be empty: " + authority);
40
throw
new IllegalArgumentException("the accountType must not be empty: " + accountType);
51
throw
new IllegalArgumentException("the authority must not be empty: " + authority);
54
throw
new IllegalArgumentException("the accountType must not be empty: " + accountType);
65
throw
new IllegalStateException(
73
throw
new IllegalStateException(
119
throw
new IllegalStateException("keys aren't parcelable");
Completed in 340 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>