Lines Matching refs:UnsupportedOptionsException

149         } catch (UnsupportedOptionsException e) {  in LZMA2Options()
161 public LZMA2Options(int preset) throws UnsupportedOptionsException { in LZMA2Options()
173 throws UnsupportedOptionsException { in LZMA2Options()
199 public void setPreset(int preset) throws UnsupportedOptionsException { in setPreset()
201 throw new UnsupportedOptionsException( in setPreset()
237 public void setDictSize(int dictSize) throws UnsupportedOptionsException { in setDictSize()
239 throw new UnsupportedOptionsException( in setDictSize()
244 throw new UnsupportedOptionsException( in setDictSize()
294 public void setLcLp(int lc, int lp) throws UnsupportedOptionsException { in setLcLp()
297 throw new UnsupportedOptionsException( in setLcLp()
331 public void setLc(int lc) throws UnsupportedOptionsException { in setLc()
347 public void setLp(int lp) throws UnsupportedOptionsException { in setLp()
389 public void setPb(int pb) throws UnsupportedOptionsException { in setPb()
391 throw new UnsupportedOptionsException( in setPb()
422 public void setMode(int mode) throws UnsupportedOptionsException { in setMode()
424 throw new UnsupportedOptionsException( in setMode()
447 public void setNiceLen(int niceLen) throws UnsupportedOptionsException { in setNiceLen()
449 throw new UnsupportedOptionsException( in setNiceLen()
454 throw new UnsupportedOptionsException( in setNiceLen()
479 public void setMatchFinder(int mf) throws UnsupportedOptionsException { in setMatchFinder()
481 throw new UnsupportedOptionsException( in setMatchFinder()
511 throws UnsupportedOptionsException { in setDepthLimit()
513 throw new UnsupportedOptionsException( in setDepthLimit()