Searched defs:ParseException (Results 1 – 5 of 5) sorted by relevance
28 public class ParseException extends Exception { class42 public ParseException(Token currentTokenVal, in ParseException() method in ParseException64 public ParseException() { in ParseException() method in ParseException69 public ParseException(String message) { in ParseException() method in ParseException
338 public static class ParseException extends Exception { class in MessageParser341 public ParseException(String message, int errorMessageId) { in ParseException() method in MessageParser.ParseException346 public ParseException(String message, int errorMessageId, Throwable t) { in ParseException() method in MessageParser.ParseException
32 public static class ParseException extends XmlPullParserException { class in XmlParseUtils33 public ParseException(final String msg, final XmlPullParser parser) { in ParseException() method in XmlParseUtils.ParseException