Home
last modified time | relevance | path

Searched defs:handleException (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/nist-sip/java/gov/nist/core/
H A DInternalErrorHandler.java42 public static void handleException(Exception ex) throws RuntimeException { in handleException() method in InternalErrorHandler
51 public static void handleException(Exception ex, StackLogger stackLogger) { in handleException() method in InternalErrorHandler
63 public static void handleException(String emsg) { in handleException() method in InternalErrorHandler
71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException() method in InternalErrorHandler
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
H A DExceptionCollector.kt54 fun handleException(exception: Throwable): Boolean = synchronized(lock) { in <lambda>() method
81 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DExceptionHandler.java19 public boolean handleException(RuntimeException e); in handleException() method
29 public boolean handleException(RuntimeException e) { in handleException() method in ExceptionHandler.DefaultExceptionHandler
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
H A DCoroutineExceptionHandler.kt45 override fun handleException(context: CoroutineContext, exception: Throwable) = in CoroutineExceptionHandler() method
104 public fun handleException(context: CoroutineContext, exception: Throwable) method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/eventbus/
H A DSubscriberExceptionHandler.java26 void handleException(Throwable exception, SubscriberExceptionContext context); in handleException() method
/aosp_15_r20/external/guava/guava/src/com/google/common/eventbus/
H A DSubscriberExceptionHandler.java26 void handleException(Throwable exception, SubscriberExceptionContext context); in handleException() method
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
H A DKotlinSymbolProcessingExtension.kt392 …private fun handleException(module: ModuleDescriptor, project: Project, call: () -> Unit): Analysi… in handleException() method
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DParseExceptionListener.java58 public void handleException( in handleException() method
/aosp_15_r20/external/jspecify/samples/
H A DCatch.java42 abstract void handleException(Throwable t); in handleException() method in Catch
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/util/
DExceptionUtil.java33 public static void handleException(@NonNull Exception e) { in handleException() method in ExceptionUtil
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DStylesheetErrorTestlet.java119 protected void handleException(StylesheetDatalet datalet, Throwable t) in handleException() method in StylesheetErrorTestlet
H A DResultsCompareTestlet.java125 protected void handleException(StylesheetDatalet datalet, Throwable t) in handleException() method in ResultsCompareTestlet
H A DStylesheetTestlet.java306 protected void handleException(StylesheetDatalet datalet, Throwable t) in handleException() method in StylesheetTestlet
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DJniAndroid.java78 private static Throwable handleException(Throwable throwable, String nativeStackTrace) { in handleException() method in JniAndroid
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
H A DAndroidExceptionPreHandler.kt29 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method in kotlinx.coroutines.android.AndroidExceptionPreHandler
/aosp_15_r20/external/opencensus-java/exporters/trace/util/src/main/java/io/opencensus/exporter/trace/util/
H A DTimeLimitedHandler.java112 private static void handleException(Exception e, String logMessage) { in handleException() method in TimeLimitedHandler
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/
H A DFileTestlet.java219 protected void handleException(FileDatalet datalet, Throwable t) in handleException() method in FileTestlet
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
H A DTestCoroutineExceptionHandler.kt55 override fun handleException(context: CoroutineContext, exception: Throwable) { in cleanupTestCoroutines() method in kotlinx.coroutines.test.TestCoroutineExceptionHandler
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/
H A DCrtRequestExecutor.java99 …private static void handleException(CompletableFuture<SdkHttpFullResponse> requestFuture, HttpClie… in handleException() method in CrtRequestExecutor
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTestCase.java96 public void handleException(Exception e, int option) { in handleException() method in OldSocketTestCase
/aosp_15_r20/external/junit/src/main/java/org/junit/rules/
H A DExpectedException.java269 private void handleException(Throwable e) throws Throwable { in handleException() method in ExpectedException
/aosp_15_r20/external/kotlinx.coroutines/test-utils/jvm/src/
H A DExceptions.kt27 …override fun handleException(context: CoroutineContext, exception: Throwable) = synchronized<Unit>… in <lambda>() method in kotlinx.coroutines.testing.exceptions.CapturingHandler
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/
H A DGenericMultipartHelper.java58 public void handleException(CompletableFuture<ResponseT> returnFuture, in handleException() method in GenericMultipartHelper
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/
H A DCertStore.java249 private static CertStore handleException(NoSuchAlgorithmException e) in handleException() method in CertStore
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/
DCertStore.java249 private static CertStore handleException(NoSuchAlgorithmException e) in handleException() method in CertStore

12345678910>>...33