public class

AllocationLimitError

extends VirtualMachineError
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.VirtualMachineError
         ↳ dalvik.system.AllocationLimitError

Class Overview

Is thrown when an allocation limit is exceeded.

Summary

Public Constructors
AllocationLimitError()
Creates a new exception instance and initializes it with default values.
AllocationLimitError(String detailMessage)
Creates a new exception instance and initializes it with a given message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AllocationLimitError ()

Creates a new exception instance and initializes it with default values.

public AllocationLimitError (String detailMessage)

Creates a new exception instance and initializes it with a given message.

Parameters
detailMessage the error message