Name

VirtualMachineError

Synopsis

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.

java.lang.VirtualMachineError

Figure 10-73. java.lang.VirtualMachineError

public abstract class VirtualMachineError extends Error {
// Public Constructors
     public VirtualMachineError( );  
     public VirtualMachineError(String s);  
}

Subclasses

InternalError, OutOfMemoryError, StackOverflowError, UnknownError

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.