OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
2476 - 2500
of
5185
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/dalvik/libcore/support/src/test/java/tests/support/
Support_ClassLoader.java
47
throw
new RuntimeException("Unable to create ClassLoader", ex);
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateSSLv3.java
207
throw
new AlertException(AlertProtocol.INTERNAL_ERROR,
271
throw
new AlertException(AlertProtocol.INTERNAL_ERROR,
293
throw
new AlertException(
334
throw
new AlertException(AlertProtocol.BAD_RECORD_MAC,
FileClientSessionCache.java
86
throw
new IOException(directory
103
throw
new IOException("Creation of " + directory
125
throw
new NullPointerException("host");
190
throw
new NullPointerException("sessionData");
OpenSSLSocketFactoryImpl.java
59
throw
instantiationException;
SSLEngineDataStream.java
50
throw
new IllegalStateException(
ServerSessionContext.java
79
throw
new IllegalArgumentException("seconds < 0");
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
SecuritySupport.java
75
throw
(FileNotFoundException)e.getException();
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/
SecuritySupport.java
75
throw
(FileNotFoundException)e.getException();
/dalvik/libcore/xml/src/main/java/javax/xml/transform/
SecuritySupport.java
75
throw
(FileNotFoundException)e.getException();
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java
141
throw
new org.xml.sax.SAXException(
239
throw
new TransformerException(se);
290
throw
new org.xml.sax.SAXException( ex );
292
throw
new org.xml.sax.SAXException( ex1.toString() );
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemExsltFuncResult.java
61
throw
new TransformerException("An EXSLT function cannot set more than one result!");
Stylesheet.java
157
throw
new TransformerException(cnfe);
243
throw
new ArrayIndexOutOfBoundsException();
321
throw
new ArrayIndexOutOfBoundsException();
481
throw
new ArrayIndexOutOfBoundsException();
532
throw
new ArrayIndexOutOfBoundsException();
616
throw
new ArrayIndexOutOfBoundsException();
671
throw
new ArrayIndexOutOfBoundsException();
726
throw
new ArrayIndexOutOfBoundsException();
780
throw
new ArrayIndexOutOfBoundsException();
832
throw
new ArrayIndexOutOfBoundsException()
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java
163
throw
new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
183
throw
new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
242
throw
new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
268
throw
new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java
67
//
throw
new TransformerException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_XERCES_CANNOT_HANDLE_NODES, new Object[]{((Object)node).getClass()})); //"DOM2Helper can not handle nodes of type"
177
throw
new TransformerException(se);
181
throw
new TransformerException(pce);
185
throw
new TransformerException(ioe);
DefaultErrorHandler.java
151
throw
exception;
178
throw
exception;
233
throw
exception;
268
throw
exception;
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java
98
throw
new WrappedRuntimeException(ex);
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpMap.java
242
throw
new RuntimeException(
302
* Tell the user of an error, and probably
throw
an
312
*
throw
an exception.
320
throw
new javax.xml.transform.TransformerException(fmsg);
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncConcat.java
88
throw
new WrongNumberArgsException(XSLMessages.createXPATHMessage("gtone", null));
FuncCurrent.java
64
throw
new RuntimeException(XSLMessages.createMessage(
/dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
JaxenXPathTestSuite.java
144
throw
new UnsupportedOperationException("Unsupported test: " + context);
206
throw
new UnsupportedOperationException("Unsupported test: " + context);
246
throw
error;
278
throw
e;
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
HCEntitiesRemoveNamedItemNS.java
96
//
throw
ex;
HCEntitiesSetNamedItemNS.java
80
//
throw
ex;
/dalvik/tests/021-string2/src/
Main.java
50
/* null ptr -
throw
*/
/dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S
16
EXPORT_PC() @ can
throw
OP_EXECUTE_INLINE_RANGE.S
17
EXPORT_PC() @ can
throw
Completed in 645 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>