Home
last modified time | relevance | path

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

123

/external/nist-sip/java/gov/nist/core/
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
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineExceptionHandler.kt50 override fun handleException(context: CoroutineContext, exception: Throwable) = in CoroutineExceptionHandler() method
108 public fun handleException(context: CoroutineContext, exception: Throwable) method
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExceptionHandler.java19 public boolean handleException(RuntimeException e); in handleException() method
29 public boolean handleException(RuntimeException e) { in handleException() method in ExceptionHandler.DefaultExceptionHandler
/external/guava/android/guava/src/com/google/common/eventbus/
DSubscriberExceptionHandler.java24 void handleException(Throwable exception, SubscriberExceptionContext context); in handleException() method
DEventBus.java229 public void handleException(Throwable exception, SubscriberExceptionContext context) { in handleException() method in EventBus.LoggingHandler
/external/guava/guava/src/com/google/common/eventbus/
DSubscriberExceptionHandler.java24 void handleException(Throwable exception, SubscriberExceptionContext context); in handleException() method
DEventBus.java229 public void handleException(Throwable exception, SubscriberExceptionContext context) { in handleException() method in EventBus.LoggingHandler
/external/nist-sip/java/gov/nist/javax/sip/parser/
DParseExceptionListener.java58 public void handleException( in handleException() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineExceptionHandler.kt44 override fun handleException(context: CoroutineContext, exception: Throwable) { in cleanupTestCoroutines() method in kotlinx.coroutines.test.TestCoroutineExceptionHandler
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DAndroidExceptionPreHandler.kt35 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method in kotlinx.coroutines.android.AndroidExceptionPreHandler
/external/junit/src/main/java/org/junit/rules/
DExpectedException.java269 private void handleException(Throwable e) throws Throwable { in handleException() method in ExpectedException
/external/volley/src/main/java/com/android/volley/toolbox/
DNetworkUtility.java139 static void handleException( in handleException() method in NetworkUtility
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DExceptions.kt42 …override fun handleException(context: CoroutineContext, exception: Throwable) = synchronized<Unit>… in <lambda>() method in kotlinx.coroutines.exceptions.CapturingHandler
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java222 protected void handleException(final HttpException ex, final HttpResponse response) { in handleException() method in HttpService
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAggregateFuture.java191 private void handleException(Throwable throwable) { in handleException() method in AggregateFuture
/external/guava/guava/src/com/google/common/util/concurrent/
DAggregateFuture.java191 private void handleException(Throwable throwable) { in handleException() method in AggregateFuture
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java277 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTest
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java322 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTestCase
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java322 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTest
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java323 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTestCase
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/test/
DAbstractTestCase.java323 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTestCase
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java308 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTest
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/test/
DAbstractTest.java308 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTest
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/test/
DAbstractTest.java322 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTest
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/test/
DAbstractTest.java308 private void handleException(Exception e) throws Exception { in handleException() method in AbstractTest

123