OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseException
(Results
176 - 200
of
354
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/gov/nist/javax/sip/parser/
RequestLineParser.java
29
import java.text.
ParseException
;
50
public RequestLine parse() throws
ParseException
{
75
public static void main(String args[]) throws
ParseException
{
ServerParser.java
29
import java.text.
ParseException
;
64
public SIPHeader parse() throws
ParseException
{
90
} catch (
ParseException
ex) {
108
public static void main(String args[]) throws
ParseException
{
UserAgentParser.java
30
import java.text.
ParseException
;
72
public SIPHeader parse() throws
ParseException
{
135
public static void main(String args[]) throws
ParseException
{ String
HeaderParser.java
30
import java.text.
ParseException
;
49
protected int wkday() throws
ParseException
{
81
protected Calendar date() throws
ParseException
{
131
protected void time(Calendar calendar) throws
ParseException
{
167
* @throws
ParseException
if there was an error parsing.
169
public SIPHeader parse() throws
ParseException
{
184
protected void headerName(int tok) throws
ParseException
{
ViaParser.java
30
import java.text.
ParseException
;
54
private void parseVia(Via v) throws
ParseException
{
101
throw new
ParseException
("null branch Id", lexer.getPtr());
144
protected NameValue nameValue() throws
ParseException
{
186
} catch (
ParseException
ex) {
197
public SIPHeader parse() throws
ParseException
{
231
* public static void main(String args[]) throws
ParseException
{ String
CallIDParser.java
60
* @throws
ParseException
if the message does not respect the spec.
62
public SIPHeader parse() throws
ParseException
{
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
JoinParser.java
7
import java.text.
ParseException
;
40
* @throws
ParseException
if the message does not respect the spec.
42
public SIPHeader parse() throws
ParseException
{
61
public static void main(String args[]) throws
ParseException
{
MinSEParser.java
7
import java.text.
ParseException
;
40
public SIPHeader parse() throws
ParseException
{
67
public static void main(String args[]) throws
ParseException
{
ReplacesParser.java
7
import java.text.
ParseException
;
42
* @throws
ParseException
if the message does not respect the spec.
44
public SIPHeader parse() throws
ParseException
{
63
public static void main(String args[]) throws
ParseException
{
SessionExpiresParser.java
7
import java.text.
ParseException
;
36
public SIPHeader parse() throws
ParseException
{
65
public static void main(String args[]) throws
ParseException
{
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PUserDatabaseParser.java
28
import java.text.
ParseException
;
71
public SIPHeader parse() throws
ParseException
{
93
private void parseheader(PUserDatabase userDatabase) throws
ParseException
PrivacyParser.java
50
import java.text.
ParseException
;
75
public SIPHeader parse() throws
ParseException
125
public static void main(String args[]) throws
ParseException
SecurityAgreeParser.java
49
import java.text.
ParseException
;
67
throws
ParseException
81
public SIPHeaderList parse(SecurityAgree header) throws
ParseException
155
} catch (
ParseException
ex) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java
20
import java.text.
ParseException
;
71
} catch (
ParseException
ignored) {
82
} catch (
ParseException
ignored) {
/dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java
33
import com.android.dx.cf.iface.
ParseException
;
220
throw new
ParseException
("MethodHandle not supported");
223
throw new
ParseException
("MethodType not supported");
226
throw new
ParseException
("InvokeDynamic not supported");
229
throw new
ParseException
("unknown tag byte: " + Hex.u1(tag));
232
} catch (
ParseException
ex) {
330
throw new
ParseException
("MethodHandle not supported");
333
throw new
ParseException
("MethodType not supported");
336
throw new
ParseException
("InvokeDynamic not supported");
339
throw new
ParseException
("unknown tag byte: " + Hex.u1(tag))
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java
31
import java.text.
ParseException
;
117
* @throws
ParseException
125
Object content) throws
ParseException
{
174
* @throws
ParseException
181
ContentTypeHeader contentType) throws
ParseException
{
186
throw new
ParseException
(
227
* @throws
ParseException
233
List via, MaxForwardsHeader maxForwards) throws
ParseException
{
237
throw new
ParseException
(
282
* @throws
ParseException
[
all
...]
MultipartMimeContentImpl.java
7
import java.text.
ParseException
;
84
public void createContentList(String body) throws
ParseException
{
121
throw new
ParseException
("no content type header found in " + nextPart, 0);
125
throw new
ParseException
("No content [" + nextPart + "]", 0);
138
throw new
ParseException
("Unexpected header type " + header.getName(), 0);
145
throw new
ParseException
("Invalid Multipart mime format", 0);
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURI.java
35
import java.text.
ParseException
;
155
public void setValue(String value) throws
ParseException
{
157
throw new
ParseException
(value,0);
PVisitedNetworkID.java
32
import java.text.
ParseException
;
137
public void setValue(String value) throws
ParseException
{
138
throw new
ParseException
(value,0);
/external/nist-sip/java/javax/sip/message/
Message.java
4
import java.text.
ParseException
;
49
throws
ParseException
;
57
void setSIPVersion(String version) throws
ParseException
;
/dalvik/dx/src/com/android/dx/cf/direct/
AttributeListParser.java
20
import com.android.dx.cf.iface.
ParseException
;
152
} catch (
ParseException
ex) {
156
ParseException
pe = new
ParseException
(ex);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerUTCTimeEDTest.java
26
import java.text.
ParseException
;
53
* @throws
ParseException
78
* @throws
ParseException
82
throws
ParseException
,
91
* @throws
ParseException
95
throws
ParseException
,
101
throws IOException,
ParseException
{
/external/apache-http/src/org/apache/http/util/
EntityUtils.java
42
import org.apache.http.
ParseException
;
94
throws
ParseException
{
113
final HttpEntity entity, final String defaultCharset) throws IOException,
ParseException
{
150
throws IOException,
ParseException
{
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java
3
import java.text.
ParseException
;
/external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java
39
import org.apache.http.
ParseException
;
66
final ParserCursor cursor) throws
ParseException
{
Completed in 437 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>