Package 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
Is thrown when an allocation limit is exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AllocationLimitError
public AllocationLimitError()
Creates a new exception instance and initializes it with default values.
-
AllocationLimitError
public AllocationLimitError(String detailMessage)
Creates a new exception instance and initializes it with a given message.- Parameters:
detailMessage- the error message
-
-