Searched defs:ParseException (Results 1 - 4 of 4) sorted by last modified time

/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java711 public static class ParseException extends Exception { class in class:DhcpPacket
713 public ParseException(int errorCode, String msg, Object... args) { method in class:DhcpPacket.ParseException
729 static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException
772 throw new ParseException(DhcpErrorEvent.L2_TOO_SHORT,
785 throw new ParseException(DhcpErrorEvent.L2_WRONG_ETH_TYPE,
792 throw new ParseException(DhcpErrorEvent.L3_TOO_SHORT,
799 throw new ParseException(
817 throw new ParseException(
844 throw new ParseException(DhcpErrorEvent.L4_WRONG_PORT,
851 throw new ParseException(DhcpErrorEven
[all...]
/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...]

Completed in 197 milliseconds