CursorWindowAllocationException

public class CursorWindowAllocationException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.database.CursorWindowAllocationException


This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.

Summary

Public constructors

CursorWindowAllocationException(String description)

Inherited methods

Public constructors

CursorWindowAllocationException

public CursorWindowAllocationException (String description)

Parameters
description String: This value cannot be null.