Searched defs:ParseException (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DWebAddress.java36 * schemes. It will only throw a ParseException if the input is
65 public WebAddress(String address) throws ParseException {
91 throw new ParseException("Bad port");
107 throw new ParseException("Bad address");
138 public class ParseException extends Exception { class in class:WebAddress
141 ParseException(String response) { method in class:WebAddress.ParseException
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception { class in inherits:Exception
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal, method in class:ParseException
64 public ParseException() { method in class:ParseException
69 public ParseException(String message) { method in class:ParseException
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception { class in inherits:Exception
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal, method in class:ParseException
64 public ParseException() { method in class:ParseException
69 public ParseException(String message) { method in class:ParseException
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception { class in inherits:Exception
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal, method in class:ParseException
64 public ParseException() { method in class:ParseException
69 public ParseException(String message) { method in class:ParseException
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DXmlParseUtils.java32 public static class ParseException extends XmlPullParserException { class in class:XmlParseUtils
33 public ParseException(final String msg, final XmlPullParser parser) { method in class: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(

Completed in 99 milliseconds