HomeSort by relevance Sort by last modified time
    Searched defs:ParseException (Results 26 - 50 of 55) sorted by null

12 3

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredService.java 27 import java.text.ParseException;
72 public void setValue(String value) throws ParseException {
73 throw new ParseException(value,0);
PServedUser.java 27 import java.text.ParseException;
74 } catch (ParseException e) {
104 } catch (ParseException e) {
143 public void setValue(String value) throws ParseException {
144 throw new ParseException(value,0);
PAccessNetworkInfo.java 31 import java.text.ParseException;
98 * @throws ParseException -- if bad argument passed in.
100 public void setCGI3GPP(String cgi) throws ParseException {
124 * @throws ParseException
126 public void setUtranCellID3GPP(String utranCellID) throws ParseException {
149 * @throws ParseException
151 public void setDSLLocation(String dslLocation) throws ParseException {
174 * @throws ParseException -- if arg is bad.
176 public void setCI3GPP2(String ci3Gpp2) throws ParseException {
203 * ParseException" in setParameter(String, Object
    [all...]
PChargingFunctionAddresses.java 34 import java.text.ParseException;
107 * @throws ParseException
109 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException {
125 * @throws ParseException
127 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException {
142 * @throws ParseException if the address was not removed
144 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException {
153 throw new ParseException("CCF Address Not Removed",0);
190 * @throws ParseException
192 public void setEventChargingFunctionAddress(String ecfAddress) throws ParseException {
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception {
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal,
64 public ParseException() {
69 public ParseException(String message) {
AddressListParser.java 20 protected JJTAddressListParserState jjtree = new JJTAddressListParserState();public static void main(String args[]) throws ParseException {
37 public ASTaddress_list parse() throws ParseException {
42 throw new ParseException(tme.getMessage());
55 final public void parseLine() throws ParseException {
68 final public void parseAll() throws ParseException {
73 final public void address_list() throws ParseException {
122 if (jjte000 instanceof ParseException) {
123 {if (true) throw (ParseException)jjte000;}
134 final public void address() throws ParseException {
161 throw new ParseException();
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception {
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal,
64 public ParseException() {
69 public ParseException(String message) {
ContentTypeParser.java 33 public static void main(String args[]) throws ParseException {
45 final public void parseLine() throws ParseException {
58 final public void parseAll() throws ParseException {
63 final public void parse() throws ParseException {
86 final public void parameter() throws ParseException {
96 final public String value() throws ParseException {
108 throw new ParseException();
186 final private Token jj_consume_token(int kind) throws ParseException {
228 public ParseException generateParseException() {
258 return new ParseException(token, exptokseq, tokenImage)
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception {
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal,
64 public ParseException() {
69 public ParseException(String message) {
DateTimeParser.java 26 public static void main(String args[]) throws ParseException {
115 final public DateTime parseLine() throws ParseException {
131 final public DateTime parseAll() throws ParseException {
139 final public DateTime date_time() throws ParseException {
170 final public String day_of_week() throws ParseException {
196 throw new ParseException();
202 final public Date date() throws ParseException {
211 final public int day() throws ParseException {
218 final public int month() throws ParseException {
271 throw new ParseException();
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 101 public static class ParseException extends Exception {
102 public ParseException(String detailMessage, Throwable throwable) {
135 * @throws ParseException If there are problems parsing the response.
138 throws ApiException, ParseException {
156 throw new ParseException("Problem parsing API response", e);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 108 public static class ParseException extends Exception {
109 public ParseException(String detailMessage, Throwable throwable) {
142 * @throws ParseException If there are problems parsing the response.
145 throws ApiException, ParseException {
163 throw new ParseException("Problem parsing API response", e);
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 5 import java.text.ParseException;
120 public void setToTag(String t) throws ParseException {
124 throw new ParseException("bad tag", 0);
152 public void setFromTag(String t) throws ParseException {
156 throw new ParseException("bad tag", 0);
174 public void setValue(String value) throws ParseException {
176 throw new ParseException(value,0);
Replaces.java 5 import java.text.ParseException;
120 public void setToTag(String t) throws ParseException {
124 throw new ParseException("bad tag", 0);
152 public void setFromTag(String t) throws ParseException {
156 throw new ParseException("bad tag", 0);
174 public void setValue(String value) throws ParseException {
176 throw new ParseException(value,0);
  /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...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 81 public static class ParseException extends IllegalArgumentException {
82 ParseException(StreamTokenizer state, String expected) {
138 * @throws ParseException if the input data is malformed
141 static void parse(Reader r, Map<String, Object> map) throws ParseException, IOException {
161 throw new ParseException(st, "type name");
165 throw new ParseException(st, "valid type name");
173 throw new ParseException(st, "'('");
180 throw new ParseException(st, "property name");
184 throw new ParseException(st, "valid property name");
192 throw new ParseException(st, "')'")
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 519 * throw a {@link ParseException}.
521 public void consume(final String token) throws ParseException {
523 throw parseException("Expected \"" + token + "\".");
543 * Otherwise, throw a {@link ParseException}.
545 public String consumeIdentifier() throws ParseException {
554 throw parseException("Expected identifier.");
565 * value. Otherwise, throw a {@link ParseException}.
567 public int consumeInt32() throws ParseException {
579 * value. Otherwise, throw a {@link ParseException}.
581 public int consumeUInt32() throws ParseException {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 377 throw new ParseException("No input specified.", locator);
413 throw new ParseException(e.getMessage(), this.locator);
434 throw new ParseException(e.getMessage(), this.locator);
466 throw new ParseException(e.getMessage(), this.locator);
504 throw new ParseException(e.getMessage(), locator);
520 throw new ParseException(e.getMessage(), this.locator);
550 throw new ParseException(e.getMessage(), this.locator);
730 private static class ParseException extends SAXParseException {
732 private ParseException(String message, Locator locator) {
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 740 milliseconds

12 3