FileDocCategorySizeDatePackage
CursorWindowAllocationException.javaAPI DocAndroid 5.1 API964Thu Mar 12 22:22:10 GMT 2015android.database

CursorWindowAllocationException

public class CursorWindowAllocationException extends RuntimeException
This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.
hide

Fields Summary
Constructors Summary
public CursorWindowAllocationException(String description)

        super(description);
    
Methods Summary