Android
dalvik.system
public class

dalvik.system.AllocationLimitError

java.lang.Object
java.lang.Throwable Serializable
java.lang.Error
java.lang.VirtualMachineError
dalvik.system.AllocationLimitError

This is thrown when an allocation limit is exceeded.

Summary

Public Constructors

            AllocationLimitError()
Initialize exception with default values.
            AllocationLimitError(String detailMessage)
Initialize exception with the supplied message string.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public AllocationLimitError()

Initialize exception with default values.

public AllocationLimitError(String detailMessage)

Initialize exception with the supplied message string.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56