Searched refs:ParseException (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallInfo.java31 import java.text.ParseException;
105 } catch (ParseException ex) {
H A DErrorInfo.java34 import java.text.ParseException;
113 * @throws ParseException which signals that an error has been reached
116 public void setErrorMessage(String message) throws ParseException {
H A DRAck.java32 import java.text.ParseException;
120 public void setMethod(String method) throws ParseException {
H A DRetryAfter.java33 import java.text.ParseException;
153 * @throws ParseException which signals that an error has been reached
157 public void setComment(String comment) throws ParseException {
H A DUserAgent.java32 import java.text.ParseException;
108 * @throws ParseException which signals that an error has been reached
111 public void setProduct(List product) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAcceptEncodingParser.java29 import java.text.ParseException;
84 * @throws ParseException if the message does not respect the spec.
86 public SIPHeader parse() throws ParseException {
H A DAcceptLanguageParser.java36 import java.text.ParseException;
81 * @throws ParseException if the message does not respect the spec.
83 public SIPHeader parse() throws ParseException {
H A DAcceptParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
H A DAlertInfoParser.java34 import java.text.ParseException;
68 public SIPHeader parse() throws ParseException {
H A DAllowEventsParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
H A DAllowParser.java30 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
H A DCSeqParser.java31 import java.text.ParseException;
55 public SIPHeader parse() throws ParseException {
H A DCallInfoParser.java30 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
H A DContactParser.java33 import java.text.ParseException;
54 public SIPHeader parse() throws ParseException {
H A DInReplyToParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
H A DProxyRequireParser.java30 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
109 public static void main(String args[]) throws ParseException {
H A DRAckParser.java30 import java.text.ParseException;
68 public SIPHeader parse() throws ParseException {
103 public static void main(String args[]) throws ParseException {
H A DRequireParser.java30 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
112 public static void main(String args[]) throws ParseException {
H A DSupportedParser.java30 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
113 public static void main(String args[]) throws ParseException {
H A DTimeStampParser.java29 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
H A DUnsupportedParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
111 public static void main(String args[]) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DReferencesParser.java12 import java.text.ParseException;
36 public SIPHeader parse() throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPAccessNetworkInfoParser.java33 import java.text.ParseException;
87 public SIPHeader parse() throws ParseException
H A DPAssertedIdentityParser.java35 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
H A DPMediaAuthorizationParser.java32 import java.text.ParseException;
73 public SIPHeader parse() throws ParseException
125 public static void main(String args[]) throws ParseException

Completed in 1385 milliseconds

1234567891011>>