加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090303144444/http://developer.android.com:80/reference/java/lang/VirtualMachineError.html
public abstract class

VirtualMachineError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.VirtualMachineError
Known Direct Subclasses

Class Overview

This class is the superclass of all classes which represent errors that occur during the operation of the virtual machine.

See Also

Summary

Public Constructors
VirtualMachineError()
Constructs a new instance of this class with its walkback filled in.
VirtualMachineError(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VirtualMachineError ()

Constructs a new instance of this class with its walkback filled in.

public VirtualMachineError (String detailMessage)

Constructs a new instance of this class with its walkback and message filled in.

Parameters
detailMessage String The detail message for the exception.