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.java115 public String getRequiredValue(String valueDescription) throws OptionsException { in getRequiredValue()
123 throw new OptionsException( in getRequiredValue()
129 throw new OptionsException( in getRequiredValue()
140 public int getRequiredIntValue(String valueDescription) throws OptionsException { in getRequiredIntValue()
145 throw new OptionsException( in getRequiredIntValue()
155 public boolean getOptionalBooleanValue(boolean defaultValue) throws OptionsException { in getOptionalBooleanValue()
165 throw new OptionsException( in getOptionalBooleanValue()
207 public static class OptionsException extends Exception { class in OptionsParser
210 public OptionsException(String message) { in OptionsException() method in OptionsParser.OptionsException
DApkSignerTool.java113 } catch (ParameterException | OptionsParser.OptionsException e) { in main()
991 throws OptionsParser.OptionsException, ParameterException { in processSignerParams()