OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newException
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/libcore/io/
ErrnoException.java
57
IOException
newException
= new IOException(getMessage());
58
newException
.initCause(this);
59
throw
newException
;
GaiException.java
58
UnknownHostException
newException
= new UnknownHostException(detailMessage);
59
newException
.initCause(this);
60
throw
newException
;
/external/jdiff/src/jdiff/
HTMLReportGenerator.java
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 243 milliseconds