Searched defs:exception (Results 26 - 27 of 27) sorted by relevance

12

/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp89 * Returns the result of the system call though a Java exception will be pending if the result is
124 * Returns the result of the system call though a Java exception will be pending if the result is
168 jobject exception; local
170 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause);
172 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error);
174 env->Throw(reinterpret_cast<jthrowable>(exception));
187 // Cache the methods ids before we throw, so we don't call GetMethodID with a pending exception.
199 // Deliberately fall through to throw another exception...
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jar ... Protectable p protected void setUp () throws java.lang.Exception protected void tearDown () throws java.lang.Exception } junit ...

Completed in 213 milliseconds

12