Searched refs:OptionsException (Results 1 – 2 of 2) sorted by relevance
115 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 OptionsParser210 public OptionsException(String message) { in OptionsException() method in OptionsParser.OptionsException
113 } catch (ParameterException | OptionsParser.OptionsException e) { in main()991 throws OptionsParser.OptionsException, ParameterException { in processSignerParams()