/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.java | 20 …ee = new JJTAddressListParserState();public static void main(String args[]) throws ParseException { in main() 37 public ASTaddress_list parse() throws ParseException { in parse() 42 throw new ParseException(tme.getMessage()); in parse() 55 final public void parseLine() throws ParseException { in parseLine() 68 final public void parseAll() throws ParseException { in parseAll() 73 final public void address_list() throws ParseException { in address_list() 122 if (jjte000 instanceof ParseException) { in address_list() 123 {if (true) throw (ParseException)jjte000;} in address_list() 134 final public void address() throws ParseException { in address() 161 throw new ParseException(); in address() [all …]
|
D | AddressListParser.jj | 58 public static void main(String args[]) throws ParseException { 75 public ASTaddress_list parse() throws ParseException { 80 throw new ParseException(tme.getMessage()); 133 if (jjte000 instanceof ParseException) { 134 throw (ParseException)jjte000; 170 if (jjte000 instanceof ParseException) { 171 throw (ParseException)jjte000; 207 if (jjte000 instanceof ParseException) { 208 throw (ParseException)jjte000; 241 if (jjte000 instanceof ParseException) { [all …]
|
D | ParseException.java | 28 public class ParseException extends Exception { class 42 public ParseException(Token currentTokenVal, in ParseException() method in ParseException 64 public ParseException() { in ParseException() method in ParseException 69 public ParseException(String message) { in ParseException() method in ParseException
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.java | 20 …ee = new JJTAddressListParserState();public static void main(String args[]) throws ParseException { in main() 37 public ASTaddress_list parse() throws ParseException { in parse() 42 throw new ParseException(tme.getMessage()); in parse() 55 final public void parseLine() throws ParseException { in parseLine() 68 final public void parseAll() throws ParseException { in parseAll() 73 final public void address_list() throws ParseException { in address_list() 122 if (jjte000 instanceof ParseException) { in address_list() 123 {if (true) throw (ParseException)jjte000;} in address_list() 134 final public void address() throws ParseException { in address() 161 throw new ParseException(); in address() [all …]
|
D | AddressListParser.jj | 58 public static void main(String args[]) throws ParseException { 75 public ASTaddress_list parse() throws ParseException { 80 throw new ParseException(tme.getMessage()); 133 if (jjte000 instanceof ParseException) { 134 throw (ParseException)jjte000; 170 if (jjte000 instanceof ParseException) { 171 throw (ParseException)jjte000; 207 if (jjte000 instanceof ParseException) { 208 throw (ParseException)jjte000; 241 if (jjte000 instanceof ParseException) { [all …]
|
D | ParseException.java | 28 public class ParseException extends Exception { class 42 public ParseException(Token currentTokenVal, in ParseException() method in ParseException 64 public ParseException() { in ParseException() method in ParseException 69 public ParseException(String message) { in ParseException() method in ParseException
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
D | DateTimeParser.java | 26 public static void main(String args[]) throws ParseException { in main() 115 final public DateTime parseLine() throws ParseException { in parseLine() 131 final public DateTime parseAll() throws ParseException { in parseAll() 139 final public DateTime date_time() throws ParseException { in date_time() 170 final public String day_of_week() throws ParseException { in day_of_week() 196 throw new ParseException(); in day_of_week() 202 final public Date date() throws ParseException { in date() 211 final public int day() throws ParseException { in day() 218 final public int month() throws ParseException { in month() 271 throw new ParseException(); in month() [all …]
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
D | DateTimeParser.java | 26 public static void main(String args[]) throws ParseException { in main() 115 final public DateTime parseLine() throws ParseException { in parseLine() 131 final public DateTime parseAll() throws ParseException { in parseAll() 139 final public DateTime date_time() throws ParseException { in date_time() 170 final public String day_of_week() throws ParseException { in day_of_week() 196 throw new ParseException(); in day_of_week() 202 final public Date date() throws ParseException { in date() 211 final public int day() throws ParseException { in day() 218 final public int month() throws ParseException { in month() 271 throw new ParseException(); in month() [all …]
|
D | ParseException.java | 28 public class ParseException extends Exception { class 42 public ParseException(Token currentTokenVal, in ParseException() method in ParseException 64 public ParseException() { in ParseException() method in ParseException 69 public ParseException(String message) { in ParseException() method in ParseException
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | XmlParseUtils.java | 32 public static class ParseException extends XmlPullParserException { class in XmlParseUtils 33 public ParseException(final String msg, final XmlPullParser parser) { in ParseException() method in XmlParseUtils.ParseException 39 public static final class IllegalStartTag extends ParseException { 46 public static final class IllegalEndTag extends ParseException { 53 public static final class IllegalAttribute extends ParseException { 61 public static final class NonEmptyTag extends ParseException{ 80 throw new ParseException( in checkAttributeExists()
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
D | AddressListField.java | 27 import org.apache.james.mime4j.field.address.parser.ParseException; 31 private ParseException parseException; 33 …Field(String name, String body, String raw, AddressList addressList, ParseException parseException… in AddressListField() 43 public ParseException getParseException() { in getParseException() 52 ParseException parseException = null; in parse() 56 catch (ParseException e) { in parse()
|
D | MailboxListField.java | 28 import org.apache.james.mime4j.field.address.parser.ParseException; 33 private ParseException parseException; 35 … String body, final String raw, final MailboxList mailboxList, final ParseException parseException… in MailboxListField() 45 public ParseException getParseException() { in getParseException() 54 ParseException parseException = null; in parse() 58 catch (ParseException e) { in parse()
|
D | DateTimeField.java | 30 import org.apache.james.mime4j.field.datetime.parser.ParseException; 36 private ParseException parseException; 38 …protected DateTimeField(String name, String body, String raw, Date date, ParseException parseExcep… in DateTimeField() 48 public ParseException getParseException() { in getParseException() 57 ParseException parseException = null; in parse() 64 catch (ParseException e) { in parse()
|
D | MailboxField.java | 29 import org.apache.james.mime4j.field.address.parser.ParseException; 33 private final ParseException parseException; 35 …e, final String body, final String raw, final Mailbox mailbox, final ParseException parseException… in MailboxField() 45 public ParseException getParseException() { in getParseException() 54 ParseException parseException = null; in parse() 61 catch (ParseException e) { in parse()
|
D | ContentTypeField.java | 33 import org.apache.james.mime4j.field.contenttype.parser.ParseException; 73 private ParseException parseException; 75 …g body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException… in ContentTypeField() 86 public ParseException getParseException() { in getParseException() 212 ParseException parseException = null; in parse() 220 catch (ParseException e) { in parse() 230 parseException = new ParseException(e.getMessage()); in parse()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
D | AddressListField.java | 27 import org.apache.james.mime4j.field.address.parser.ParseException; 31 private ParseException parseException; 33 …Field(String name, String body, String raw, AddressList addressList, ParseException parseException… in AddressListField() 43 public ParseException getParseException() { in getParseException() 52 ParseException parseException = null; in parse() 56 catch (ParseException e) { in parse()
|
D | MailboxListField.java | 28 import org.apache.james.mime4j.field.address.parser.ParseException; 33 private ParseException parseException; 35 … String body, final String raw, final MailboxList mailboxList, final ParseException parseException… in MailboxListField() 45 public ParseException getParseException() { in getParseException() 54 ParseException parseException = null; in parse() 58 catch (ParseException e) { in parse()
|
D | DateTimeField.java | 30 import org.apache.james.mime4j.field.datetime.parser.ParseException; 36 private ParseException parseException; 38 …protected DateTimeField(String name, String body, String raw, Date date, ParseException parseExcep… in DateTimeField() 48 public ParseException getParseException() { in getParseException() 57 ParseException parseException = null; in parse() 64 catch (ParseException e) { in parse()
|
D | MailboxField.java | 29 import org.apache.james.mime4j.field.address.parser.ParseException; 33 private final ParseException parseException; 35 …e, final String body, final String raw, final Mailbox mailbox, final ParseException parseException… in MailboxField() 45 public ParseException getParseException() { in getParseException() 54 ParseException parseException = null; in parse() 61 catch (ParseException e) { in parse()
|
D | ContentTypeField.java | 33 import org.apache.james.mime4j.field.contenttype.parser.ParseException; 73 private ParseException parseException; 75 …g body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException… in ContentTypeField() 86 public ParseException getParseException() { in getParseException() 212 ParseException parseException = null; in parse() 220 catch (ParseException e) { in parse() 230 parseException = new ParseException(e.getMessage()); in parse()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
D | ContentTypeParser.java | 34 public static void main(String args[]) throws ParseException { in main() 46 final public void parseLine() throws ParseException { in parseLine() 59 final public void parseAll() throws ParseException { in parseAll() 64 final public void parse() throws ParseException { in parse() 87 final public void parameter() throws ParseException { in parameter() 97 final public String value() throws ParseException { in value() 109 throw new ParseException(); in value() 187 final private Token jj_consume_token(int kind) throws ParseException { in jj_consume_token() 229 public ParseException generateParseException() { in generateParseException() 259 return new ParseException(token, exptokseq, tokenImage); in generateParseException()
|
D | ParseException.java | 28 public class ParseException extends Exception { class 42 public ParseException(Token currentTokenVal, in ParseException() method in ParseException 64 public ParseException() { in ParseException() method in ParseException 69 public ParseException(String message) { in ParseException() method in ParseException
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
D | ContentTypeParser.java | 34 public static void main(String args[]) throws ParseException { in main() 46 final public void parseLine() throws ParseException { in parseLine() 59 final public void parseAll() throws ParseException { in parseAll() 64 final public void parse() throws ParseException { in parse() 87 final public void parameter() throws ParseException { in parameter() 97 final public String value() throws ParseException { in value() 109 throw new ParseException(); in value() 187 final private Token jj_consume_token(int kind) throws ParseException { in jj_consume_token() 229 public ParseException generateParseException() { in generateParseException() 259 return new ParseException(token, exptokseq, tokenImage); in generateParseException()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | WebAddress.java | 65 public WebAddress(String address) throws ParseException { in WebAddress() 93 throw new ParseException("Bad port"); in WebAddress() 109 throw new ParseException("Bad address"); in WebAddress() 140 public class ParseException extends Exception { class in WebAddress 143 ParseException(String response) { in ParseException() method in WebAddress.ParseException
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/utils/ |
D | BmsgTokenizer.java | 21 import java.text.ParseException; 73 public Property next(boolean alwaysReturn) throws ParseException { in next() 84 throw new ParseException("Property or empty line expected", pos()); in next() 97 public Property next() throws ParseException { in next()
|