OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidArgumentException
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/external/nist-sip/java/gov/nist/javax/sip/header/
Expires.java
96
* @throws
InvalidArgumentException
if supplied value is less than zero.
100
public void setExpires(int expires) throws
InvalidArgumentException
{
102
throw new
InvalidArgumentException
("bad argument " + expires);
MinExpires.java
88
* @throws
InvalidArgumentException
if supplied value is less than zero.
93
public void setExpires(int expires) throws
InvalidArgumentException
{
95
throw new
InvalidArgumentException
("bad argument " + expires);
CSeq.java
33
import javax.sip.
InvalidArgumentException
;
132
throws
InvalidArgumentException
{
134
throw new
InvalidArgumentException
(
138
throw new
InvalidArgumentException
(
148
public void setSequenceNumber(int sequenceNumber) throws
InvalidArgumentException
{
SubscriptionState.java
31
import javax.sip.
InvalidArgumentException
;
69
* @throws
InvalidArgumentException
if supplied value is less than zero.
71
public void setExpires(int expires) throws
InvalidArgumentException
{
73
throw new
InvalidArgumentException
(
94
* @throws
InvalidArgumentException
if supplied value is less than zero.
96
public void setRetryAfter(int retryAfter) throws
InvalidArgumentException
{
98
throw new
InvalidArgumentException
(
AcceptEncoding.java
31
import javax.sip.
InvalidArgumentException
;
131
public void setQValue(float q) throws
InvalidArgumentException
{
133
throw new
InvalidArgumentException
("qvalue out of range!");
Warning.java
32
import javax.sip.
InvalidArgumentException
;
116
public void setCode(int code) throws
InvalidArgumentException
{
120
throw new
InvalidArgumentException
(
RetryAfter.java
115
* @throws
InvalidArgumentException
if supplied value is less than zero.
119
public void setRetryAfter(int retryAfter) throws
InvalidArgumentException
{
121
throw new
InvalidArgumentException
(
168
* @throws
InvalidArgumentException
if supplied value is less than zero.
172
public void setDuration(int duration) throws
InvalidArgumentException
{
174
throw new
InvalidArgumentException
("the duration parameter is <0");
ContentLength.java
117
throws
InvalidArgumentException
{
119
throw new
InvalidArgumentException
(
AcceptLanguage.java
32
import javax.sip.
InvalidArgumentException
;
144
* @throws
InvalidArgumentException
if the q parameter value is not
149
public void setQValue(float q) throws
InvalidArgumentException
{
151
throw new
InvalidArgumentException
("qvalue out of range!");
HeaderFactoryImpl.java
37
import javax.sip.
InvalidArgumentException
;
231
* @throws
InvalidArgumentException
if supplied sequence number is less
238
throws ParseException,
InvalidArgumentException
{
240
throw new
InvalidArgumentException
("bad arg " + sequenceNumber);
255
throws ParseException,
InvalidArgumentException
{
387
* @throws
InvalidArgumentException
if supplied contentLength is less
392
throws
InvalidArgumentException
{
394
throw new
InvalidArgumentException
("bad contentLength");
461
* @throws
InvalidArgumentException
if supplied expires is less
466
throws
InvalidArgumentException
{
[
all
...]
/external/nist-sip/java/javax/sip/header/
WarningHeader.java
4
import javax.sip.
InvalidArgumentException
;
26
void setCode(int code) throws
InvalidArgumentException
;
SubscriptionStateHeader.java
4
import javax.sip.
InvalidArgumentException
;
25
void setRetryAfter(int retryAfter) throws
InvalidArgumentException
;
HeaderFactory.java
7
import javax.sip.
InvalidArgumentException
;
52
throws
InvalidArgumentException
;
62
throws ParseException,
InvalidArgumentException
;
65
throws ParseException,
InvalidArgumentException
;
74
throws
InvalidArgumentException
;
90
throws
InvalidArgumentException
;
93
int minorVersion) throws
InvalidArgumentException
;
96
throws
InvalidArgumentException
;
113
throws
InvalidArgumentException
, ParseException;
120
throws
InvalidArgumentException
, ParseException
[
all
...]
/dalvik/dx/src/com/android/dx/command/annotool/
Main.java
25
private static class
InvalidArgumentException
extends Exception {
26
InvalidArgumentException
() {
30
InvalidArgumentException
(String s) {
62
void parse (String[] argArray) throws
InvalidArgumentException
{
69
throw new
InvalidArgumentException
(
81
throw new
InvalidArgumentException
(
92
throw new
InvalidArgumentException
("invalid --print");
102
throw new
InvalidArgumentException
(
119
throw new
InvalidArgumentException
(
139
} catch (
InvalidArgumentException
ex)
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java
28
import javax.sip.
InvalidArgumentException
;
76
throw new
InvalidArgumentException
("URN should atleast have one sub-service");
77
} catch (
InvalidArgumentException
e) {
89
throw new
InvalidArgumentException
("URN should atleast have one sub-application");
90
} catch (
InvalidArgumentException
e) {
99
throw new
InvalidArgumentException
("URN is not well formed");
101
} catch (
InvalidArgumentException
e) {
PPreferredServiceParser.java
29
import javax.sip.
InvalidArgumentException
;
114
throw new
InvalidArgumentException
("URN should atleast have one sub-service");
115
} catch (
InvalidArgumentException
e) {
127
throw new
InvalidArgumentException
("URN should atleast have one sub-application");
128
} catch (
InvalidArgumentException
e) {
137
throw new
InvalidArgumentException
("URN is not well formed");
139
} catch (
InvalidArgumentException
e) {
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
SessionExpires.java
12
import javax.sip.
InvalidArgumentException
;
63
* @throws
InvalidArgumentException
if supplied value is less than zero.
68
public void setExpires(int expires) throws
InvalidArgumentException
{
70
throw new
InvalidArgumentException
("bad argument " + expires);
MinSE.java
88
* @throws
InvalidArgumentException
if supplied value is less than zero.
93
public void setExpires(int expires) throws
InvalidArgumentException
{
95
throw new
InvalidArgumentException
("bad argument " + expires);
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgree.java
37
import javax.sip.
InvalidArgumentException
;
196
* @throws
InvalidArgumentException
198
public void setSPIClient(int spic) throws
InvalidArgumentException
{
200
throw new
InvalidArgumentException
(
209
* @throws
InvalidArgumentException
- when value is not valid
211
public void setSPIServer(int spis) throws
InvalidArgumentException
{
213
throw new
InvalidArgumentException
(
222
* @throws
InvalidArgumentException
- when value is not valid
224
public void setPortClient(int portC) throws
InvalidArgumentException
{
226
throw new
InvalidArgumentException
(
[
all
...]
SecurityClient.java
38
import javax.sip.
InvalidArgumentException
;
SecurityServerHeader.java
34
import javax.sip.
InvalidArgumentException
;
PServedUser.java
28
import javax.sip.
InvalidArgumentException
;
82
throw new
InvalidArgumentException
("Value can be either reg or unreg");
83
} catch (
InvalidArgumentException
e) {
111
throw new
InvalidArgumentException
("Value can be either orig or term");
112
} catch (
InvalidArgumentException
e) {
PMediaAuthorization.java
39
import javax.sip.
InvalidArgumentException
;
99
* @throws
InvalidArgumentException
- if token is null or empty
101
public void setMediaAuthorizationToken(String token) throws
InvalidArgumentException
104
throw new
InvalidArgumentException
(" the Media-Authorization-Token parameter is null or empty");
/external/nist-sip/java/javax/sip/
SipStack.java
13
throws TransportNotSupportedException,
InvalidArgumentException
;
16
InvalidArgumentException
;
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java
7
import javax.sip.
InvalidArgumentException
;
Completed in 303 milliseconds
1
2
3
4