Home | History | Annotate | Download | only in xz

Lines Matching refs:UnsupportedOptionsException

149         } catch (UnsupportedOptionsException e) {
158 * @throws UnsupportedOptionsException
161 public LZMA2Options(int preset) throws UnsupportedOptionsException {
168 * @throws UnsupportedOptionsException
173 throws UnsupportedOptionsException {
196 * @throws UnsupportedOptionsException
199 public void setPreset(int preset) throws UnsupportedOptionsException {
201 throw new UnsupportedOptionsException(
234 * @throws UnsupportedOptionsException
237 public void setDictSize(int dictSize) throws UnsupportedOptionsException {
239 throw new UnsupportedOptionsException(
244 throw new UnsupportedOptionsException(
290 * @throws UnsupportedOptionsException
294 public void setLcLp(int lc, int lp) throws UnsupportedOptionsException {
297 throw new UnsupportedOptionsException(
326 * @throws UnsupportedOptionsException
331 public void setLc(int lc) throws UnsupportedOptionsException {
342 * @throws UnsupportedOptionsException
347 public void setLp(int lp) throws UnsupportedOptionsException {
386 * @throws UnsupportedOptionsException
389 public void setPb(int pb) throws UnsupportedOptionsException {
391 throw new UnsupportedOptionsException(
419 * @throws UnsupportedOptionsException
422 public void setMode(int mode) throws UnsupportedOptionsException {
424 throw new UnsupportedOptionsException(
444 * @throws UnsupportedOptionsException
447 public void setNiceLen(int niceLen) throws UnsupportedOptionsException {
449 throw new UnsupportedOptionsException(
454 throw new UnsupportedOptionsException(
476 * @throws UnsupportedOptionsException
479 public void setMatchFinder(int mf) throws UnsupportedOptionsException {
481 throw new UnsupportedOptionsException(
507 * @throws UnsupportedOptionsException
511 throws UnsupportedOptionsException {
513 throw new UnsupportedOptionsException(