/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) {
|
GenericObject.java | 129 InternalErrorHandler.handleException(ex); 188 InternalErrorHandler.handleException(ex); 470 InternalErrorHandler.handleException(ex1); 573 InternalErrorHandler.handleException(ex1); 682 InternalErrorHandler.handleException(ex);
|
/external/smack/src/org/xbill/DNS/ |
ResolverListener.java | 28 void handleException(Object id, Exception e);
|
ResolveThread.java | 41 listener.handleException(id, e);
|
ExtendedResolver.java | 102 handleException(inprogress[0], e); 165 handleException(Object id, Exception e) { 230 listener.handleException(this, (Exception) thrown);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ParseExceptionListener.java | 58 public void handleException(
|
Pipeline.java | 74 InternalErrorHandler.handleException(ex);
|
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,
|
PipelinedMsgParser.java | 354 InternalErrorHandler.handleException(e);
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptObject.cpp | 53 static bool handleException(ScriptState* scriptState) 66 return handleException(scriptState); 75 return handleException(scriptState); 83 return handleException(scriptState); 105 return handleException(scriptState);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteStatement.java | 57 handleException(e); 70 handleException(e); 75 private void handleException(SQLException e) {
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSObjectExtras.mm | 77 - (void)handleException:(id)passedException 92 [exceptionHandler handleException:exception];
|
/frameworks/base/core/java/android/accounts/ |
AbstractAccountAuthenticator.java | 139 handleException(response, "addAccount", accountType, e); 161 handleException(response, "confirmCredentials", account.toString(), e); 183 handleException(response, "getAuthTokenLabel", authTokenType, e); 207 handleException(response, "getAuthToken", 232 handleException(response, "updateCredentials", 247 handleException(response, "editProperties", accountType, e); 261 handleException(response, "hasFeatures", account.toString(), e); 275 handleException(response, "getAccountRemovalAllowed", account.toString(), e); 290 handleException(response, "getAccountCredentialsForCloning", account.toString(), e); 307 handleException(response, "addAccountFromCredentials", account.toString(), e) [all...] |
/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);
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTestCase.java | 91 public void handleException(Exception e, int option) {
|
OldSocketTest.java | 182 handleException(e, SO_LINGER); 240 handleException(e, SO_KEEPALIVE); 320 handleException(e, SO_LINGER); 345 handleException(e, SO_RCVBUF); 370 handleException(e, SO_SNDBUF); 418 handleException(e, TCP_NODELAY); 445 handleException(e, SO_KEEPALIVE); 491 handleException(e, SO_SNDBUF); 514 handleException(e, SO_RCVBUF); 539 handleException(e, SO_LINGER) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractComboPropertyEditor.java | 82 propertyTable.handleException(e); 149 propertyTable.handleException(e);
|
AbstractTextPropertyEditor.java | 195 propertyTable.handleException(ex); 225 propertyTable.handleException(e);
|
AbstractComboBoxPropertyEditor.java | 116 propertyTable.handleException(e);
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpService.java | 162 handleException(ex, response); 204 handleException(ex, response); 217 protected void handleException(final HttpException ex, final HttpResponse response) {
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObject.java | 146 InternalErrorHandler.handleException(ex1); 224 InternalErrorHandler.handleException( 270 InternalErrorHandler.handleException(ex1);
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 392 InternalErrorHandler.handleException(ex); 418 InternalErrorHandler.handleException(e); 444 InternalErrorHandler.handleException(ex); 456 InternalErrorHandler.handleException(ex); 521 InternalErrorHandler.handleException(ex); 569 // InternalErrorHandler.handleException(ex); 592 InternalErrorHandler.handleException(ex); [all...] |
/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());
|
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/nist-sip/java/gov/nist/javax/sip/ |
ListeningPointImpl.java | 240 InternalErrorHandler.handleException("Unexpected exception",sipStack.getStackLogger());
|