HomeSort by relevance Sort by last modified time
    Searched defs:createParseException (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 44 protected ParseException createParseException(String exceptionString) {
60 createParseException("Expecting SIP");
64 createParseException("Expecting SIP/2.0");
96 throw createParseException("Invalid Method");
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 758 public ParseException createParseException() {

Completed in 916 milliseconds