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

/frameworks/base/core/java/android/net/
H A DParseException.java23 public class ParseException extends RuntimeException { class in inherits:RuntimeException
26 ParseException(String response) { method in class:ParseException
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java81 public static class ParseException extends IllegalArgumentException { class in class:TypedProperties
82 ParseException(StreamTokenizer state, String expected) { method in class:TypedProperties.ParseException
138 * @throws ParseException if the input data is malformed
141 static void parse(Reader r, Map<String, Object> map) throws ParseException, IOException {
161 throw new ParseException(st, "type name");
165 throw new ParseException(st, "valid type name");
173 throw new ParseException(st, "'('");
180 throw new ParseException(st, "property name");
184 throw new ParseException(st, "valid property name");
192 throw new ParseException(s
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java715 public static class ParseException extends Exception { class in class:DhcpPacket
717 public ParseException(int errorCode, String msg, Object... args) { method in class:DhcpPacket.ParseException
733 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException
776 throw new ParseException(DhcpErrorEvent.L2_TOO_SHORT,
789 throw new ParseException(DhcpErrorEvent.L2_WRONG_ETH_TYPE,
796 throw new ParseException(DhcpErrorEvent.L3_TOO_SHORT,
803 throw new ParseException(
821 throw new ParseException(
848 throw new ParseException(DhcpErrorEvent.L4_WRONG_PORT,
855 throw new ParseException(DhcpErrorEven
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 60 milliseconds