HomeSort by relevance Sort by last modified time
    Searched refs:MemoryLimitException (Results 1 - 5 of 5) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
MemoryLimitException.java 2 * MemoryLimitException
19 public class MemoryLimitException extends XZIOException {
26 * Creates a new MemoryLimitException.
34 public MemoryLimitException(int memoryNeeded, int memoryLimit) {
SeekableXZInputStream.java 233 * @throws MemoryLimitException
291 * @throws MemoryLimitException
374 } catch (MemoryLimitException e) {
378 throw new MemoryLimitException(
613 * @throws MemoryLimitException
648 * @throws MemoryLimitException
    [all...]
BlockInputStream.java 189 throw new MemoryLimitException(memoryNeeded, memoryLimit);
LZMAInputStream.java 206 * @throws MemoryLimitException
238 throw new MemoryLimitException(memoryNeeded, memoryLimit);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexDecoder.java 19 import org.tukaani.xz.MemoryLimitException;
80 throw new MemoryLimitException(memoryUsage, memoryLimit);

Completed in 242 milliseconds