Lines Matching refs:ParseException
3 import java.text.ParseException;
15 throws ParseException; in createAcceptEncodingHeader()
18 throws ParseException; in createAcceptHeader()
25 throws ParseException; in createAllowEventsHeader()
27 AllowHeader createAllowHeader(String method) throws ParseException; in createAllowHeader()
30 throws ParseException; in createAuthenticationInfoHeader()
33 throws ParseException; in createAuthorizationHeader()
35 CallIdHeader createCallIdHeader(String callId) throws ParseException; in createCallIdHeader()
44 String contentDispositionType) throws ParseException; in createContentDispositionHeader()
47 throws ParseException; in createContentEncodingHeader()
55 String contentSubType) throws ParseException; in createContentTypeHeader()
62 throws ParseException, InvalidArgumentException; in createCSeqHeader()
65 throws ParseException, InvalidArgumentException; in createCSeqHeader()
71 EventHeader createEventHeader(String eventType) throws ParseException; in createEventHeader()
77 throws ParseException; in createExtensionHeader()
80 throws ParseException; in createFromHeader()
82 Header createHeader(String name, String value) throws ParseException; in createHeader()
83 Header createHeader(String headerText) throws ParseException; in createHeader()
85 List createHeaders(String headers) throws ParseException; in createHeaders()
87 InReplyToHeader createInReplyToHeader(String callId) throws ParseException; in createInReplyToHeader()
99 throws ParseException; in createOrganizationHeader()
101 PriorityHeader createPriorityHeader(String priority) throws ParseException; in createPriorityHeader()
104 throws ParseException; in createProxyAuthenticateHeader()
107 throws ParseException; in createProxyAuthorizationHeader()
110 throws ParseException; in createProxyRequireHeader()
113 throws InvalidArgumentException, ParseException; in createRAckHeader()
120 throws InvalidArgumentException, ParseException; in createRAckHeader()
123 throws InvalidArgumentException, ParseException; in createReasonHeader()
131 RequireHeader createRequireHeader(String optionTag) throws ParseException; in createRequireHeader()
148 ServerHeader createServerHeader(List product) throws ParseException; in createServerHeader()
150 SIPETagHeader createSIPETagHeader(String etag) throws ParseException; in createSIPETagHeader()
152 SIPIfMatchHeader createSIPIfMatchHeader(String etag) throws ParseException; in createSIPIfMatchHeader()
154 SubjectHeader createSubjectHeader(String subject) throws ParseException; in createSubjectHeader()
157 String subscriptionState) throws ParseException; in createSubscriptionStateHeader()
160 throws ParseException; in createSupportedHeader()
165 ToHeader createToHeader(Address address, String tag) throws ParseException; in createToHeader()
168 throws ParseException; in createUnsupportedHeader()
170 UserAgentHeader createUserAgentHeader(List product) throws ParseException; in createUserAgentHeader()
173 String branch) throws InvalidArgumentException, ParseException; in createViaHeader()
176 throws InvalidArgumentException, ParseException; in createWarningHeader()
179 throws ParseException; in createWWWAuthenticateHeader()