public class

StaleDexCacheError

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

Class Overview

Is thrown when the VM determines that a DEX file's cache is out of date, and that there is no way to recreate it.

Summary

Public Constructors
StaleDexCacheError()
Creates a new exception instance and initializes it with default values.
StaleDexCacheError(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 StaleDexCacheError ()

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

public StaleDexCacheError (String detailMessage)

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

Parameters
detailMessage the error message