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

/packages/apps/Email/emailcommon/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/Email/emailcommon/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/Email/emailcommon/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/keyboard/internal/
H A DKeyboardBuilder.java542 throw new ParseException("No keyboardLayout attribute in <include/>", parser);
568 throw new ParseException(
750 throw new ParseException("<" + TAG_KEY_STYLE
852 public static class ParseException extends InflateException { class in class:KeyboardBuilder
853 public ParseException(String msg, XmlPullParser parser) { method in class:KeyboardBuilder.ParseException
859 private static class IllegalStartTag extends ParseException {
866 private static class IllegalEndTag extends ParseException {
873 private static class IllegalAttribute extends ParseException {
880 private static class NonEmptyTag extends ParseException {

Completed in 96 milliseconds