Home
last modified time | relevance | path

Searched refs:MissingArgException (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java45 static class MissingArgException extends Exception { class in WifiUtil
46 public MissingArgException(String msg) { in MissingArgException() method in WifiUtil.MissingArgException
50 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 …]