Searched defs:ParseException (Results 1 – 3 of 3) sorted by relevance
19 public class ParseException extends Exception { class22 public ParseException(int line, String message, Throwable th) { in ParseException() method in ParseException27 public ParseException(int line, String message) { in ParseException() method in ParseException31 public ParseException(String message) { in ParseException() method in ParseException
39 public static class ParseException extends RuntimeException { class in DnsPacket41 public ParseException(@NonNull String reason) { in ParseException() method in DnsPacket.ParseException46 public ParseException(@NonNull String reason, @NonNull Throwable cause) { in ParseException() method in DnsPacket.ParseException
81 public static class ParseException extends IllegalArgumentException { class in TypedProperties82 ParseException(StreamTokenizer state, String expected) { in ParseException() method in TypedProperties.ParseException