public abstract class java.lang
VirtualMachineError


Hide details Login
Java SE 6
  
Extends: Throwable > Error
Extended by: InternalError, OutOfMemoryError, StackOverflowError, UnknownError

Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
version1.15, 11/17/05
sinceJDK1.0

Constructors
public VirtualMachineError()
Constructs a VirtualMachineError with no detail message.
public VirtualMachineError(String s)
Constructs a VirtualMachineError with the specified detail message.
sthe detail message.