Searched refs:parseExceptionListener (Results 1 – 2 of 2) sorted by relevance
76 private ParseExceptionListener parseExceptionListener; field in StringMsgParser99 parseExceptionListener = exhandler; in StringMsgParser()110 parseExceptionListener = pexhandler; in setParseExceptionListener()366 if (this.parseExceptionListener != null) in processFirstLine()367 this.parseExceptionListener.handleException(ex, message, in processFirstLine()379 if (this.parseExceptionListener != null) { in processFirstLine()380 this.parseExceptionListener.handleException(ex, message, in processFirstLine()398 this.parseExceptionListener.handleException(ex, message, null, in processHeader()407 if (this.parseExceptionListener != null) { in processHeader()414 this.parseExceptionListener.handleException(ex, message, in processHeader()
706 ParseExceptionListener parseExceptionListener = new ParseExceptionListener() { in createRequest() local733 smp.setParseExceptionListener(parseExceptionListener); in createRequest()