March 2005
Beginner to intermediate
1254 pages
104h 21m
English
VirtualMachineError
An
abstract error type that serves as superclass for a group of errors
related to the Java Virtual Machine. See
InternalError, UnknownError,
OutOfMemoryError, and
StackOverflowError.
Figure 10-73. java.lang.VirtualMachineError
public abstract class VirtualMachineError extends Error { // Public Constructors public VirtualMachineError( ); public VirtualMachineError(String s); }
InternalError,
OutOfMemoryError,
StackOverflowError,
UnknownError
Read now
Unlock full access