Searched refs:ParseException (Results 151 - 175 of 341) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPPreferredIdentityParser.java32 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException {
H A DPProfileKeyParser.java27 import java.text.ParseException;
51 public SIPHeader parse() throws ParseException {
H A DSecurityClientParser.java44 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException
H A DSecurityServerParser.java43 import java.text.ParseException;
63 public SIPHeader parse() throws ParseException
83 public static void main(String args[]) throws ParseException {
H A DSecurityVerifyParser.java43 import java.text.ParseException;
62 public SIPHeader parse() throws ParseException
/external/nist-sip/java/gov/nist/core/
H A DParserCore.java28 import java.text.ParseException;
48 protected NameValue nameValue(char separator) throws ParseException {
89 } catch (ParseException ex) {
129 protected NameValue nameValue() throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DGenericURI.java27 import java.text.ParseException;
71 public GenericURI(String uriString) throws ParseException {
77 throw new ParseException("GenericURI, Bad URI format", 0);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallID.java31 import java.text.ParseException;
116 public void setCallId(String cid) throws ParseException {
120 throw new ParseException(cid, 0);
H A DEvent.java32 import java.text.ParseException;
66 * @throws ParseException which signals that an error has been reached
69 public void setEventType(String eventType) throws ParseException {
88 * @throws ParseException which signals that an error has been reached
91 public void setEventId(String eventId) throws ParseException {
H A DProtocol.java31 import java.text.ParseException;
104 public void setProtocol( String name_and_version ) throws ParseException {
109 } else throw new ParseException( "Missing '/' in protocol", 0 );
H A DReason.java43 import java.text.ParseException;
88 public void setProtocol(String protocol) throws ParseException {
104 public void setText(String text) throws ParseException {
H A DSubscriptionState.java33 import java.text.ParseException;
128 * @throws ParseException which signals that an error has been reached
131 public void setReasonCode(String reasonCode) throws ParseException {
152 * @throws ParseException which signals that an error has been reached
155 public void setState(String state) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssertedIdentity.java33 import java.text.ParseException;
98 public void setValue(String value) throws ParseException {
99 throw new ParseException(value,0);
H A DPAssertedService.java27 import java.text.ParseException;
72 public void setValue(String value) throws ParseException {
73 throw new ParseException(value,0);
H A DPCalledPartyID.java33 import java.text.ParseException;
85 public void setValue(String value) throws ParseException {
87 throw new ParseException(value,0);
H A DPMediaAuthorization.java35 import java.text.ParseException;
119 public void setValue(String value) throws ParseException {
120 throw new ParseException (value,0);
H A DPPreferredService.java27 import java.text.ParseException;
72 public void setValue(String value) throws ParseException {
73 throw new ParseException(value,0);
H A DPProfileKey.java27 import java.text.ParseException;
70 public void setValue(String value) throws ParseException {
71 throw new ParseException(value,0);
H A DPUserDatabase.java27 import java.text.ParseException;
100 public void setValue(String value) throws ParseException {
101 throw new ParseException(value,0);
H A DPath.java32 import java.text.ParseException;
84 public void setValue(String value) throws ParseException {
85 throw new ParseException(value,0);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentEncodingParser.java30 import java.text.ParseException;
67 public SIPHeader parse() throws ParseException {
103 } catch (ParseException ex) {
H A DContentLanguageParser.java30 import java.text.ParseException;
65 public SIPHeader parse() throws ParseException {
96 } catch (ParseException ex) {
H A DRequestLineParser.java29 import java.text.ParseException;
50 public RequestLine parse() throws ParseException {
75 public static void main(String args[]) throws ParseException {
H A DServerParser.java29 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
90 } catch (ParseException ex) {
108 public static void main(String args[]) throws ParseException {
H A DUserAgentParser.java30 import java.text.ParseException;
72 public SIPHeader parse() throws ParseException {
135 public static void main(String args[]) throws ParseException { String

Completed in 94 milliseconds

1234567891011>>