Searched refs:MemoryLimitException (Results 1 – 6 of 6) sorted by relevance
19 public class MemoryLimitException extends XZIOException { class34 public MemoryLimitException(int memoryNeeded, int memoryLimit) { in MemoryLimitException() method in MemoryLimitException
374 } catch (MemoryLimitException e) { in SeekableXZInputStream()378 throw new MemoryLimitException( in SeekableXZInputStream()952 } catch (MemoryLimitException e) {956 throw new MemoryLimitException(
238 throw new MemoryLimitException(memoryNeeded, memoryLimit); in LZMAInputStream()
189 throw new MemoryLimitException(memoryNeeded, memoryLimit); in BlockInputStream()
19 import org.tukaani.xz.MemoryLimitException;80 throw new MemoryLimitException(memoryUsage, memoryLimit); in IndexDecoder()
38 src/org/tukaani/xz/MemoryLimitException.java