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

/packages/apps/Email/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/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/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/
H A DXmlParseUtils.java32 public static class ParseException extends XmlPullParserException { class in class:XmlParseUtils
33 public ParseException(String msg, 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 {
60 public static final class NonEmptyTag extends ParseException{
77 throw new ParseException(

Completed in 73 milliseconds