Searched refs:MissingArgException (Results 1 – 1 of 1) sorted by relevance
45 static class MissingArgException extends Exception { class in WifiUtil46 public MissingArgException(String msg) { in MissingArgException() method in WifiUtil.MissingArgException50 public static MissingArgException fromArg(String arg) { in fromArg()51 return new MissingArgException( in fromArg()95 private String expectString(String arg) throws MissingArgException { in expectString()98 throw MissingArgException.fromArg(arg); in expectString()129 private int expectInteger(String arg) throws MissingArgException { in expectInteger()137 throw new MissingArgException(msg); in expectInteger()154 } catch (MissingArgException e) { in getInteger()162 } catch (MissingArgException e) { in getBoolean()[all …]