H A D | OptionUseExceededException.java | 37 private int max; field in class:OptionUseExceededException 43 public OptionUseExceededException(String opt, int max, argument 46 super(Finder.getString("command.error.option.useexceeded." + max, opt, 47 max), processed); 50 this.max = max; 62 return max;
|