StaleDexCacheErrorpublic class StaleDexCacheError extends VirtualMachineError 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. |
Constructors Summary |
---|
public StaleDexCacheError()Creates a new exception instance and initializes it with default values.
super();
| public StaleDexCacheError(String detailMessage)Creates a new exception instance and initializes it with a given message.
super(detailMessage);
|
|