Home
last modified time | relevance | path

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

/tools/apksig/src/apksigner/java/com/android/apksigner/
DOptionsParser.java100 public String getRequiredValue(String valueDescription) throws OptionsException { in getRequiredValue()
108 throw new OptionsException( in getRequiredValue()
114 throw new OptionsException( in getRequiredValue()
125 public int getRequiredIntValue(String valueDescription) throws OptionsException { in getRequiredIntValue()
130 throw new OptionsException( in getRequiredIntValue()
140 public boolean getOptionalBooleanValue(boolean defaultValue) throws OptionsException { in getOptionalBooleanValue()
150 throw new OptionsException( in getOptionalBooleanValue()
192 public static class OptionsException extends Exception { class in OptionsParser
195 public OptionsException(String message) { in OptionsException() method in OptionsParser.OptionsException
DApkSignerTool.java104 } catch (ParameterException | OptionsParser.OptionsException e) { in main()