Home
last modified time | relevance | path

Searched defs:ParseException (Results 1 – 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DParseException.java28 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/
DParseException.java28 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/contenttype/parser/
DParseException.java28 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/PermissionController/src/com/android/packageinstaller/incident/
DReportDetails.java46 public static class ParseException extends Exception { class in ReportDetails
47 public ParseException(String message) { in ParseException() method in ReportDetails.ParseException
51 public ParseException(String message, Throwable ex) { in ParseException() method in ReportDetails.ParseException
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java138 public class ParseException extends Exception { class in WebAddress
141 ParseException(String response) { in ParseException() method in WebAddress.ParseException
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DXmlParseUtils.java32 public static class ParseException extends XmlPullParserException { class in XmlParseUtils
33 public ParseException(final String msg, final XmlPullParser parser) { in ParseException() method in XmlParseUtils.ParseException
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java825 public static class ParseException extends Exception { class in DhcpPacket
827 public ParseException(int errorCode, String msg, Object... args) { in ParseException() method in DhcpPacket.ParseException