HomeSort by relevance Sort by last modified time
    Searched full:throws (Results 1 - 25 of 7013) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/address/
AddressFactory.java 7 Address createAddress(String address) throws ParseException;
10 throws ParseException;
11 SipURI createSipURI(String uri) throws ParseException;
12 SipURI createSipURI(String user, String host) throws ParseException;
13 TelURL createTelURL(String uri) throws ParseException;
14 URI createURI(String uri) throws ParseException;
TelURL.java 8 void setIsdnSubAddress(String isdnSubAddress) throws ParseException;
11 void setPhoneContext(String phoneContext) throws ParseException;
14 void setPhoneNumber(String phoneNumber) throws ParseException;
17 void setPostDial(String postDial) throws ParseException;
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 10 void setBranch(String branch) throws ParseException;
13 void setHost(String host) throws ParseException;
16 void setMAddr(String mAddr) throws ParseException;
19 void setPort(int port) throws InvalidArgumentException;
22 void setProtocol(String protocol) throws ParseException;
25 void setReceived(String received) throws ParseException;
28 void setRPort() throws InvalidArgumentException;
31 void setTransport(String transport) throws ParseException;
34 void setTTL(int ttl) throws InvalidArgumentException;
AuthenticationInfoHeader.java 9 void setCNonce(String cNonce) throws ParseException;
12 void setNextNonce(String nextNonce) throws ParseException;
15 void setNonceCount(int nonceCount) throws ParseException;
18 void setQop(String qop) throws ParseException;
21 void setResponse(String response) throws ParseException;
HeaderFactory.java 15 throws ParseException;
18 throws ParseException;
25 throws ParseException;
27 AllowHeader createAllowHeader(String method) throws ParseException;
30 throws ParseException;
33 throws ParseException;
35 CallIdHeader createCallIdHeader(String callId) throws ParseException;
44 String contentDispositionType) throws ParseException;
47 throws ParseException;
52 throws InvalidArgumentException
    [all...]
TimeStampHeader.java 9 void setDelay(float delay) throws InvalidArgumentException;
14 void setTime(long timeStamp) throws InvalidArgumentException;
17 void setTimeDelay(int delay) throws InvalidArgumentException;
20 void setTimeStamp(float timeStamp) throws InvalidArgumentException;
AuthorizationHeader.java 10 void setAlgorithm(String algorithm) throws ParseException;
13 void setCNonce(String cNonce) throws ParseException;
16 void setNonce(String nonce) throws ParseException;
19 void setNonceCount(int nonceCount) throws ParseException;
22 void setOpaque(String opaque) throws ParseException;
25 void setQop(String qop) throws ParseException;
28 void setRealm(String realm) throws ParseException;
31 void setResponse(String response) throws ParseException;
43 void setUsername(String username) throws ParseException;
EventHeader.java 9 void setEventId(String eventId) throws ParseException;
12 void setEventType(String eventType) throws ParseException;
MaxForwardsHeader.java 8 void decrementMaxForwards() throws TooManyHopsException;
11 void setMaxForwards(int maxForwards) throws InvalidArgumentException;
MediaType.java 7 void setContentSubType(String contentSubType) throws ParseException;
10 void setContentType(String contentType) throws ParseException;
MimeVersionHeader.java 9 void setMajorVersion(int majorVersion) throws InvalidArgumentException;
12 void setMinorVersion(int minorVersion) throws InvalidArgumentException;
ReasonHeader.java 10 void setCause(int cause) throws InvalidArgumentException;
13 void setProtocol(String protocol) throws ParseException;
16 void setText(String text) throws ParseException;
RetryAfterHeader.java 10 void setComment(String comment) throws ParseException;
15 void setDuration(int duration) throws InvalidArgumentException;
19 void setRetryAfter(int retryAfter) throws InvalidArgumentException;
RAckHeader.java 10 void setMethod(String method) throws ParseException;
13 void setCSequenceNumber(long cSequenceNumber) throws InvalidArgumentException;
16 void setRSequenceNumber(long rSequenceNumber) throws InvalidArgumentException;
27 void setCSeqNumber(int cSeqNumber) throws InvalidArgumentException;
38 void setRSeqNumber(int rSeqNumber) throws InvalidArgumentException;
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 48 public void clearParameters() throws SQLException {
51 public void execute() throws SQLException {
62 public boolean getEscapeProcessing() throws SQLException {
66 public int getMaxFieldSize() throws SQLException {
70 public int getMaxRows() throws SQLException {
78 public int getQueryTimeout() throws SQLException {
86 public Map<String, Class<?>> getTypeMap() throws SQLException {
90 public String getUrl() throws SQLException {
106 throws SQLException {
110 int length) throws SQLException
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Part.java 23 public void addHeader(String name, String value) throws MessagingException;
25 public void removeHeader(String name) throws MessagingException;
27 public void setHeader(String name, String value) throws MessagingException;
29 public Body getBody() throws MessagingException;
31 public String getContentType() throws MessagingException;
33 public String getDisposition() throws MessagingException;
35 public String getContentId() throws MessagingException;
37 public String[] getHeader(String name) throws MessagingException;
39 public void setExtendedHeader(String name, String value) throws MessagingException;
41 public String getExtendedHeader(String name) throws MessagingException
    [all...]
  /external/nist-sip/java/javax/sip/
SipProvider.java 14 throws ObjectInUseException;
16 throws ObjectInUseException;
18 throws ObjectInUseException;
30 throws TooManyListenersException;
36 throws TransactionUnavailableException;
38 throws TransactionAlreadyExistsException,
41 Dialog getNewDialog(Transaction transaction) throws SipException;
48 void sendRequest(Request request) throws SipException;
49 void sendResponse(Response response) throws SipException;
SipStack.java 13 throws TransportNotSupportedException, InvalidArgumentException;
15 String transport) throws TransportNotSupportedException,
18 throws ObjectInUseException;
21 throws ObjectInUseException;
22 void deleteSipProvider(SipProvider sipProvider) throws ObjectInUseException;
38 void start() throws ProviderDoesNotExistException, SipException;
ServerTransaction.java 7 throws SipException, InvalidArgumentException;
9 void enableRetransmissionAlerts() throws SipException;
Transaction.java 21 int getRetransmitTimer() throws UnsupportedOperationException;
23 throws UnsupportedOperationException;
25 void terminate() throws ObjectInUseException;
  /dalvik/dx/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException;
8 abstract public Class reload(Class aClass) throws ClassNotFoundException;
  /external/junit/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException;
8 abstract public Class reload(Class aClass) throws ClassNotFoundException;
  /frameworks/base/test-runner/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException;
8 abstract public Class reload(Class aClass) throws ClassNotFoundException;
  /libcore/junit/src/test/java/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException;
8 abstract public Class reload(Class aClass) throws ClassNotFoundException;
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 44 public void clearWarnings() throws SQLException {
47 public void close() throws SQLException {
50 public void commit() throws SQLException {
53 public Statement createStatement() throws SQLException {
59 throws SQLException {
64 throws SQLException {
68 public boolean getAutoCommit() throws SQLException {
72 public String getCatalog() throws SQLException {
76 public int getHoldability() throws SQLException {
80 public DatabaseMetaData getMetaData() throws SQLException
    [all...]

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011>>