Home
last modified time | relevance | path

Searched refs:MemoryLimitException (Results 1 – 6 of 6) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DMemoryLimitException.java19 public class MemoryLimitException extends XZIOException { class
34 public MemoryLimitException(int memoryNeeded, int memoryLimit) { in MemoryLimitException() method in MemoryLimitException
DSeekableXZInputStream.java374 } catch (MemoryLimitException e) { in SeekableXZInputStream()
378 throw new MemoryLimitException( in SeekableXZInputStream()
952 } catch (MemoryLimitException e) {
956 throw new MemoryLimitException(
DBlockInputStream.java189 throw new MemoryLimitException(memoryNeeded, memoryLimit); in BlockInputStream()
DLZMAInputStream.java238 throw new MemoryLimitException(memoryNeeded, memoryLimit); in LZMAInputStream()
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexDecoder.java19 import org.tukaani.xz.MemoryLimitException;
80 throw new MemoryLimitException(memoryUsage, memoryLimit); in IndexDecoder()
/external/lzma/Java/Tukaani/
Dfileset-src.txt38 src/org/tukaani/xz/MemoryLimitException.java