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

1 2

  /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/webkit/WebCore/bindings/js/
ScriptArray.cpp 45 static bool handleException(ScriptState* scriptState)
62 return handleException(m_scriptState);
69 return handleException(m_scriptState);
76 return handleException(m_scriptState);
83 return handleException(m_scriptState);
90 return handleException(m_scriptState);
97 return handleException(m_scriptState);
ScriptObject.cpp 54 static bool handleException(ScriptState* scriptState)
68 return handleException(m_scriptState);
80 return handleException(m_scriptState);
88 return handleException(m_scriptState);
96 return handleException(m_scriptState);
104 return handleException(m_scriptState);
112 return handleException(m_scriptState);
120 return handleException(m_scriptState);
128 return handleException(m_scriptState);
136 return handleException(m_scriptState)
    [all...]
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 154 handleException(e);
157 handleException(e);
160 handleException(e);
163 handleException(e);
190 private void handleException(Throwable t) {
195 handleException(cause);
  /external/webkit/WebKit/mac/Misc/
WebNSObjectExtras.mm 77 - (void)handleException:(id)passedException
92 [exceptionHandler handleException:exception];
  /external/clearsilver/python/examples/base/
handle_error.py 38 def handleException (msg=None, lvl=LV_ERROR, dump = 1):
50 if dump: dump_bug(lvl, "handleException", msg, string.join(tb_list, ""))
52 handleException("Unable to dump_bug", dump = 0)
61 dump_bug(LV_WARNING, "handleException", msg, tb)
63 handleException("Unable to dump_bug", dump = 0)
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 91 public void handleException(Exception e, int option) {
OldSocketTest.java 273 handleException(e, SO_LINGER);
334 handleException(e, SO_KEEPALIVE);
439 handleException(e, SO_LINGER);
467 handleException(e, SO_RCVBUF);
494 handleException(e, SO_SNDBUF);
520 handleException(e, SO_TIMEOUT);
550 handleException(e, TCP_NODELAY);
580 handleException(e, SO_KEEPALIVE);
627 handleException(e, SO_SNDBUF);
651 handleException(e, SO_RCVBUF)
    [all...]
  /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);
SIPDate.java 197 InternalErrorHandler.handleException(
241 InternalErrorHandler.handleException(
  /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);
MessageProcessor.java 204 InternalErrorHandler.handleException
TCPMessageProcessor.java 149 InternalErrorHandler.handleException(ex);
UDPMessageChannel.java 445 InternalErrorHandler.handleException(ex1);
581 public void handleException(ParseException ex, SIPMessage sipMessage,
730 InternalErrorHandler.handleException(ex);
788 InternalErrorHandler.handleException(ex);
    [all...]
UDPMessageProcessor.java 268 InternalErrorHandler.handleException(ex);
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 240 InternalErrorHandler.handleException("Unexpected exception",sipStack.getStackLogger());
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 137 InternalErrorHandler.handleException(ex1);
259 InternalErrorHandler.handleException(ex1);

Completed in 2642 milliseconds

1 2