public interface ParseExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(ParseException ex,
SIPMessage sipMessage,
Class headerClass,
String headerText,
String messageText)
This gets called from the parser when a parse error is generated.
|
void handleException(ParseException ex, SIPMessage sipMessage, Class headerClass, String headerText, String messageText) throws ParseException
ex - - parse exception being processed.sipMessage - -- sip message being processed.headerText - -- header/RL/SL text being parsed.messageText - -- message where this header was detected.ParseExceptionCopyright © 2014. All Rights Reserved.