dalvik.system
Class AllocationLimitError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
dalvik.system.AllocationLimitError
- All Implemented Interfaces:
- Serializable
public class AllocationLimitError
- extends VirtualMachineError
This is thrown when an allocation limit is exceeded.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AllocationLimitError
public AllocationLimitError()
- Initialize exception with default values.
AllocationLimitError
public AllocationLimitError(String detailMessage)
- Initialize exception with the supplied message string.
Please submit a feedback, bug or feature