dalvik.system
public
class
dalvik.system.AllocationLimitError
This is thrown when an allocation limit is exceeded.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AllocationLimitError()
Initialize exception with default values.
public
AllocationLimitError(String detailMessage)
Initialize exception with the supplied message string.