Searched refs:ParseException (Results 126 - 150 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java28 import java.text.ParseException;
166 public Token peekNextToken() throws ParseException {
170 public Token[] peekNextToken(int ntokens) throws ParseException {
204 public Token match(int tok) throws ParseException {
212 throw new ParseException(buffer + "\nID expected", ptr);
219 throw new ParseException(buffer + "\nID expected", ptr);
229 throw new ParseException(
241 throw new ParseException(buffer + "\nExpecting DIGIT", ptr);
250 throw new ParseException(buffer + "\nExpecting ALPHA", ptr);
270 throw new ParseException(
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAcceptEncoding.java33 import java.text.ParseException;
142 * @throws ParseException
147 public void setEncoding(String encoding) throws ParseException {
H A DAllowEventsList.java32 import java.text.ParseException;
97 * @throws ParseException which signals that an error has been reached
103 public void setMethods(List<String> methods) throws ParseException {
H A DAllowList.java32 import java.text.ParseException;
99 * @throws ParseException which signals that an error has been reached
105 public void setMethods(List<String> methods) throws ParseException {
H A DContentDisposition.java79 throws ParseException {
106 public void setHandling(String handling) throws ParseException {
H A DServer.java32 import java.text.ParseException;
113 * @throws ParseException which signals that an error has been reached
116 public void setProduct(List product) throws ParseException {
H A DSupported.java31 import java.text.ParseException;
97 * @throws ParseException which signals that an error has been reached
100 public void setOptionTag(String optionTag) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityAgree.java36 import java.text.ParseException;
91 public void setParameter(String name, String value) throws ParseException
107 throw new ParseException(value
132 public void setSecurityMechanism(String secMech) throws ParseException {
143 * @throws ParseException
145 public void setEncryptionAlgorithm(String ealg) throws ParseException {
157 * @throws ParseException
159 public void setAlgorithm(String alg) throws ParseException {
170 * @throws ParseException
172 public void setProtocol(String prot) throws ParseException {
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageExt.java3 import java.text.ParseException;
57 * @throws ParseException if the content type is multipart mime but the content
61 public MultipartMimeContent getMultipartMimeContent() throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAuthenticationInfoParser.java30 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
H A DContentLengthParser.java30 import java.text.ParseException;
52 public SIPHeader parse() throws ParseException {
H A DContentTypeParser.java35 import java.text.ParseException;
56 public SIPHeader parse() throws ParseException {
H A DDateParser.java29 import java.text.ParseException;
53 * @throws ParseException
56 public SIPHeader parse() throws ParseException {
H A DErrorInfoParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
H A DExpiresParser.java29 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException {
H A DMaxForwardsParser.java30 import java.text.ParseException;
51 public SIPHeader parse() throws ParseException {
H A DMimeVersionParser.java29 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
H A DMinExpiresParser.java29 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
H A DRSeqParser.java29 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
93 public static void main(String args[]) throws ParseException {
H A DReasonParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
98 public static void main(String args[]) throws ParseException {
123 * Don't catch ParseException but throw it
H A DRecordRouteParser.java32 import java.text.ParseException;
60 * @throws ParseException if errors occur during the parsing
62 public SIPHeader parse() throws ParseException {
H A DRouteParser.java27 import java.text.ParseException;
59 public SIPHeader parse() throws ParseException {
92 public static void main(String args[]) throws ParseException {
H A DSIPETagParser.java30 import java.text.ParseException;
66 public SIPHeader parse() throws ParseException {
H A DSIPIfMatchParser.java30 import java.text.ParseException;
66 public SIPHeader parse() throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPCalledPartyIDParser.java32 import java.text.ParseException;
66 public SIPHeader parse() throws ParseException
94 public static void main(String args[]) throws ParseException

Completed in 101 milliseconds

1234567891011>>