HomeSort by relevance Sort by last modified time
    Searched refs:ParseException (Results 51 - 75 of 594) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
Parameters.java 3 import java.text.ParseException;
8 void setParameter(String name, String value) throws ParseException;
PriorityHeader.java 3 import java.text.ParseException;
14 void setPriority(String priority) throws ParseException;
RetryAfterHeader.java 3 import java.text.ParseException;
10 void setComment(String comment) throws ParseException;
ServerHeader.java 3 import java.text.ParseException;
11 void setProduct(List product) throws ParseException;
ToHeader.java 3 import java.text.ParseException;
9 void setTag(String tag) throws ParseException;
UserAgentHeader.java 3 import java.text.ParseException;
11 void setProduct(List product) throws ParseException;
SubscriptionStateHeader.java 3 import java.text.ParseException;
22 void setReasonCode(String reasonCode) throws ParseException;
28 void setState(String state) throws ParseException;
  /external/apache-http/src/org/apache/http/message/
LineParser.java 36 import org.apache.http.ParseException;
78 * @throws ParseException in case of a parse error
82 ParserCursor cursor) throws ParseException;
118 * @throws ParseException in case of a parse error
122 ParserCursor cursor) throws ParseException;
134 * @throws ParseException in case of a parse error
138 ParserCursor cursor) throws ParseException;
154 * @throws ParseException in case of a parse error
157 throws ParseException
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfoHeader.java 34 import java.text.ParseException;
97 public void setAccessType(String accessTypeVal) throws ParseException;
101 public void setCGI3GPP(String cgi) throws ParseException;
105 public void setUtranCellID3GPP(String utranCellID) throws ParseException;
109 public void setDSLLocation(String dslLocation) throws ParseException;
113 public void setCI3GPP2(String ci2Gpp2) throws ParseException;
117 public void setExtensionAccessInfo(Object extendAccessInfo) throws ParseException;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
XmlParseUtils.java 32 public static class ParseException extends XmlPullParserException {
33 public ParseException(final String msg, final XmlPullParser parser) {
39 public static final class IllegalStartTag extends ParseException {
46 public static final class IllegalEndTag extends ParseException {
53 public static final class IllegalAttribute extends ParseException {
61 public static final class NonEmptyTag extends ParseException{
80 throw new ParseException(
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 4 import java.text.ParseException;
30 public void setCallId(String callId) throws ParseException;
34 public void setRel (String rel) throws ParseException;
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 3 import java.text.ParseException;
19 Object content) throws ParseException;
24 byte[] content) throws ParseException;
28 MaxForwardsHeader maxForwards) throws ParseException;
30 Request createRequest(String request) throws ParseException;
35 Object content) throws ParseException;
40 byte[] content) throws ParseException;
44 MaxForwardsHeader maxForwards) throws ParseException;
48 throws ParseException;
52 throws ParseException;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Warning.java 31 import java.text.ParseException;
128 * @throws ParseException if host is not accepted by implementation
130 public void setAgent(String host) throws ParseException {
141 * @throws ParseException if text is not accepted by implementation
143 public void setText(String text) throws ParseException {
145 throw new ParseException(
Allow.java 29 import java.text.ParseException;
76 public void setMethod(String method) throws ParseException {
AllowEvents.java 31 import java.text.ParseException;
74 * @throws ParseException which signals that an error has been reached
77 public void setEventType(String eventType) throws ParseException {
ContentEncoding.java 31 import java.text.ParseException;
129 public void setEncoding(String encoding) throws ParseException {
Organization.java 32 import java.text.ParseException;
85 public void setOrganization(String o) throws ParseException {
ProxyRequire.java 31 import java.text.ParseException;
84 * @throws ParseException which signals that an error has been reached
87 public void setOptionTag(String optionTag) throws ParseException {
Require.java 32 import java.text.ParseException;
82 * @throws ParseException which signals that an error has been reached
85 public void setOptionTag(String optionTag) throws ParseException {
Subject.java 34 import java.text.ParseException;
81 * @throws ParseException which signals that an error has been reached
84 public void setSubject(String subject) throws ParseException {
Unsupported.java 31 import java.text.ParseException;
87 public void setOptionTag(String o) throws ParseException {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ChallengeParser.java 30 import java.text.ParseException;
66 throws ParseException {
83 * @throws ParseException if the message does not respect the spec.
85 public void parse(AuthenticationHeader header) throws ParseException {
105 } catch (ParseException ex) {
AuthorizationParser.java 29 import java.text.ParseException;
64 public SIPHeader parse() throws ParseException {
Parser.java 31 import java.text.ParseException;
44 protected ParseException createParseException(String exceptionString) {
45 return new ParseException(
54 protected String sipVersion() throws ParseException {
76 protected String method() throws ParseException {
108 * @throws ParseException - if there are invalid characters
112 public static final void checkToken( String token ) throws ParseException {
115 throw new ParseException("null or empty token", -1 );
120 throw new ParseException( "Invalid character(s) in string (not allowed in 'token')", i );
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPDuplicateHeaderException.java 32 import java.text.ParseException;
45 public class SIPDuplicateHeaderException extends ParseException {

Completed in 1025 milliseconds

1 23 4 5 6 7 8 91011>>