dalvik.system
Class AllocationLimitError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
              extended by dalvik.system.AllocationLimitError
All Implemented Interfaces:
java.io.Serializable

public class AllocationLimitError
extends java.lang.VirtualMachineError

See Also:
Serialized Form

Constructor Summary
AllocationLimitError()
           
AllocationLimitError(java.lang.String detailMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllocationLimitError

public AllocationLimitError()

AllocationLimitError

public AllocationLimitError(java.lang.String detailMessage)


Copyright © 2008-2010. All Rights Reserved.