Searched refs:OptionsException (Results 1 – 2 of 2) sorted by relevance
100 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 OptionsParser195 public OptionsException(String message) { in OptionsException() method in OptionsParser.OptionsException
104 } catch (ParameterException | OptionsParser.OptionsException e) { in main()