Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

VirtualMachineError Class Reference

Inherits java::lang::Error.

Inherited by InternalError, OutOfMemoryError, StackOverflowError, and UnknownError.

List of all members.


Detailed Description

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

See also:
Error

Public Member Functions

 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.

Static Private Attributes

static final long serialVersionUID = 4161983926571568670L

Constructor & Destructor Documentation

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.

Parameters:
detailMessage String The detail message for the exception.


Member Data Documentation

final long serialVersionUID = 4161983926571568670L [static, private]

Reimplemented from Error.

Reimplemented in InternalError, OutOfMemoryError, StackOverflowError, and UnknownError.