HomeSort by relevance Sort by last modified time
    Searched defs:handleException (Results 1 - 25 of 420) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/eventbus/
SubscriberExceptionHandler.java 27 void handleException(Throwable exception, SubscriberExceptionContext context);
EventBus.java 325 subscriberExceptionHandler.handleException(
382 public void handleException(Throwable exception,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParseExceptionListener.java 58 public void handleException(
StringMsgParser.java 367 this.parseExceptionListener.handleException(ex, message,
380 this.parseExceptionListener.handleException(ex, message,
398 this.parseExceptionListener.handleException(ex, message, null,
414 this.parseExceptionListener.handleException(ex, message,
  /external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java 42 public static void handleException(Exception ex) throws RuntimeException {
51 public static void handleException(Exception ex, StackLogger stackLogger) {
63 public static void handleException(String emsg) {
71 public static void handleException(String emsg, StackLogger stackLogger) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteStatement.java 57 handleException(e);
70 handleException(e);
75 private void handleException(SQLException e) {
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 96 public void handleException(Exception e, int option) {
OldSocketTest.java 188 handleException(e, SO_LINGER);
246 handleException(e, SO_KEEPALIVE);
325 handleException(e, SO_LINGER);
350 handleException(e, SO_RCVBUF);
374 handleException(e, SO_SNDBUF);
419 handleException(e, TCP_NODELAY);
445 handleException(e, SO_KEEPALIVE);
493 handleException(e, SO_SNDBUF);
516 handleException(e, SO_RCVBUF);
541 handleException(e, SO_LINGER)
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CertStore.java 242 return handleException(e);
246 private static CertStore handleException(NoSuchAlgorithmException e)
312 return handleException(e);
366 return handleException(e);
  /external/junit/src/main/java/org/junit/rules/
ExpectedException.java 241 handleException(e);
250 private void handleException(Throwable e) throws Throwable {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 361 public void handleException(ParseException ex, SIPMessage sipMessage, Class hdrClass,
461 InternalErrorHandler.handleException(ex, sipStack.getStackLogger());
633 // InternalErrorHandler.handleException(e);
656 InternalErrorHandler.handleException(ex, sipStack.getStackLogger());
UDPMessageChannel.java 445 InternalErrorHandler.handleException(ex1);
581 public void handleException(ParseException ex, SIPMessage sipMessage,
730 InternalErrorHandler.handleException(ex);
788 InternalErrorHandler.handleException(ex);
    [all...]
TLSMessageChannel.java 341 public void handleException(ParseException ex, SIPMessage sipMessage, Class hdrClass,
432 InternalErrorHandler.handleException(ex);
613 // InternalErrorHandler.handleException(e);
635 InternalErrorHandler.handleException(ex);
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 167 handleException(ex, response);
209 handleException(ex, response);
222 protected void handleException(final HttpException ex, final HttpResponse response) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractFakeCommandHandler.java 79 handleException(command, session, e, ReplyCodes.COMMAND_SYNTAX_ERROR);
82 handleException(command, session, e, ReplyCodes.ILLEGAL_STATE);
85 handleException(command, session, e, ReplyCodes.NOT_LOGGED_IN);
198 private void handleException(Command command, Session session, Throwable exception, int replyCode) {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
AbstractTestCase.java 287 handleException(e);
323 private void handleException(Exception e) throws Exception {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
AbstractTest.java 273 handleException(e);
308 private void handleException(Exception e) throws Exception {
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 183 handleException(response, "addAccount", accountType, e);
208 handleException(response, "confirmCredentials", account.toString(), e);
233 handleException(response, "getAuthTokenLabel", authTokenType, e);
260 handleException(response, "getAuthToken",
289 handleException(response, "updateCredentials",
305 handleException(response, "editProperties", accountType, e);
320 handleException(response, "hasFeatures", account.toString(), e);
335 handleException(response, "getAccountRemovalAllowed", account.toString(), e);
351 handleException(response, "getAccountCredentialsForCloning", account.toString(), e);
369 handleException(response, "addAccountFromCredentials", account.toString(), e)
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncLogger.java 154 private void handleException(String message, Exception e) {
197 handleException("Failed to write log", e);
224 handleException("Failed to open log file: " + file, e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 333 handleException(e);
336 handleException(e);
339 handleException(e);
342 handleException(e);
369 private void handleException(Throwable t) {
374 handleException(cause);
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 156 public void handleException(Throwable exception,
326 public void handleException(Throwable exception,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 427 protected void handleException(Throwable t, String message) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 110 void handleException(Throwable e);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 302 handleException(cause, tm, testResult, 1);
    [all...]

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>